mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
pep8: Fix E301 pep8 violations.
Fix "E301: expected (1 or 2) blank line" pep8 violations.
This commit is contained in:
@@ -157,6 +157,7 @@ def validate(fn=None, text=None, check_indent=True):
|
||||
start_col = start_token.col
|
||||
|
||||
old_matcher = state.matcher
|
||||
|
||||
def f(end_token):
|
||||
# type: (Token) -> None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user