flake8: check F408 about unused imports, manual fixes only

This commit is contained in:
Erik Sundell
2022-11-16 11:01:07 +01:00
parent 957fd9cc20
commit 7a9491c323
6 changed files with 6 additions and 8 deletions

View File

@@ -250,7 +250,7 @@ if on_rtd:
# -- Spell checking -------------------------------------------------------
try:
import sphinxcontrib.spelling
import sphinxcontrib.spelling # noqa
except ImportError:
pass
else: