1
0

Remove redundant return

This commit is contained in:
Erik Johnston
2019-08-13 12:50:36 +01:00
committed by GitHub
parent fb3469f53a
commit 96bdd661b8

View File

@@ -247,7 +247,6 @@ class EmailPusher(object):
# The pusher has been deleted while we were processing, so
# lets just stop and return.
self.on_stop()
return
def seconds_until(self, ts_msec):
secs = (ts_msec - self.clock.time_msec()) / 1000