[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2022-10-03 14:46:22 +00:00
parent 009ed91552
commit e45e927656

View file

@ -18,7 +18,7 @@ def _push_code(seen_code: io.StringIO, tok_type: int, text: str):
return
seen_code.write(text)
if text and not text.isspace():
seen_code.write(" ")
seen_code.write(' ')
def check_docstring_first(src: bytes, filename: str = '<unknown>') -> int: