mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
@@ -146,6 +146,7 @@ class SimpleQueueClient(object):
|
||||
# type: (str, bool) -> List[Dict[str, Any]]
|
||||
"Returns all messages in the desired queue"
|
||||
messages = []
|
||||
|
||||
def opened():
|
||||
# type: () -> None
|
||||
while True:
|
||||
@@ -233,6 +234,7 @@ class TornadoQueueClient(SimpleQueueClient):
|
||||
|
||||
# Try to reconnect in two seconds
|
||||
retry_seconds = 2
|
||||
|
||||
def on_timeout():
|
||||
# type: () -> None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user