mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
python: Whitespace fixes from autopep8.
Generated by autopep8, with the setup.cfg configuration from #14532. I’m not sure why pycodestyle didn’t already flag these. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
18b577f600
commit
1cf63eb5bf
@@ -25,7 +25,7 @@ def configure_cssutils() -> None:
|
||||
r'visible|painted|fill|stroke|all|inherit')
|
||||
|
||||
profile.addProfiles([(Profiles.CSS_LEVEL_2, properties[Profiles.CSS_LEVEL_2],
|
||||
macros[Profiles.CSS_LEVEL_2])])
|
||||
macros[Profiles.CSS_LEVEL_2])])
|
||||
configure_cssutils()
|
||||
|
||||
def inline_template(template_source_name: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user