mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 13:23:54 +01:00
Remove redundant return
This commit is contained in:
parent
fb3469f53a
commit
96bdd661b8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue