mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
@@ -181,6 +181,7 @@ class ClientDescriptor(object):
|
||||
self.current_client_name = client_name
|
||||
set_descriptor_by_handler_id(handler_id, self)
|
||||
self.last_connection_time = time.time()
|
||||
|
||||
def timeout_callback():
|
||||
# type: () -> None
|
||||
self._timeout_handle = None
|
||||
|
||||
Reference in New Issue
Block a user