mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
PEP8
This commit is contained in:
parent
73513ececc
commit
6f6ebd216d
@ -305,8 +305,9 @@ class Notifier(object):
|
|||||||
|
|
||||||
result = None
|
result = None
|
||||||
if timeout:
|
if timeout:
|
||||||
listener = None # Will be set to a _NotificationListener that
|
# Will be set to a _NotificationListener that we'll be waiting on.
|
||||||
# we'll be waiting on. Allows us to cancel it.
|
# Allows us to cancel it.
|
||||||
|
listener = None
|
||||||
|
|
||||||
def timed_out():
|
def timed_out():
|
||||||
if listener:
|
if listener:
|
||||||
|
Loading…
Reference in New Issue
Block a user