mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
pep8: Fix E128 violations.
With some line-wrapping tweaks by tabbott.
This commit is contained in:
@@ -219,7 +219,7 @@ def validate(fn=None, text=None, check_indent=True):
|
||||
def is_special_html_tag(s, tag):
|
||||
# type: (str, str) -> bool
|
||||
return (s.startswith('<!--') or
|
||||
tag in ['link', 'meta', '!DOCTYPE'])
|
||||
tag in ['link', 'meta', '!DOCTYPE'])
|
||||
|
||||
def is_django_block_tag(tag):
|
||||
# type: (str) -> bool
|
||||
|
||||
Reference in New Issue
Block a user