Skip to content
Snippets Groups Projects
Unverified Commit 96bdd661 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Remove redundant return

parent fb3469f5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment