Skip to content

Commit cb0c02b

Browse files
committed
eliminated unrelated comment
1 parent 113bc53 commit cb0c02b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apprise/plugins/fortysixelks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,6 @@ def url(self, privacy: bool = False, *args: Any, **kwargs: Any) -> str:
305305

306306
def __len__(self):
307307
"""Returns the number of targets associated with this notification."""
308-
#
309-
# Factor batch into calculation
310-
#
311308
targets = len(self.targets)
312309
return targets if targets > 0 else 1
313310

0 commit comments

Comments
 (0)