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:
Anders Kaseorg
2020-04-21 16:45:30 -07:00
committed by Anders Kaseorg
parent 18b577f600
commit 1cf63eb5bf
23 changed files with 32 additions and 11 deletions

View File

@@ -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: