Make flake8 happy

This commit is contained in:
Florian Bruhin 2021-11-08 18:41:07 +01:00
parent 7335c1ef39
commit 468beefdb8
1 changed files with 1 additions and 1 deletions

View File

@ -1569,7 +1569,7 @@ def _showfixtures_main(config: Config, session: Session) -> None:
if doc:
write_docstring(tw, doc.split("\n\n")[0] if verbose <= 0 else doc)
else:
tw.line(f" no docstring available", red=True)
tw.line(" no docstring available", red=True)
tw.line()