Skip to content
Snippets Groups Projects
Commit 6f6ebd21 authored by Erik Johnston's avatar Erik Johnston
Browse files

PEP8

parent 73513ece
No related branches found
No related tags found
No related merge requests found
......@@ -305,8 +305,9 @@ class Notifier(object):
result = None
if timeout:
listener = None # Will be set to a _NotificationListener that
# we'll be waiting on. Allows us to cancel it.
# Will be set to a _NotificationListener that we'll be waiting on.
# Allows us to cancel it.
listener = None
def timed_out():
if listener:
......
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