0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 09:38:19 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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