mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
@@ -13,6 +13,7 @@ from six.moves import range
|
||||
|
||||
class TimeoutExpired(Exception):
|
||||
'''Exception raised when a function times out.'''
|
||||
|
||||
def __str__(self):
|
||||
# type: () -> str
|
||||
return 'Function call timed out.'
|
||||
|
||||
Reference in New Issue
Block a user