Skip to content

Commit d8a1fef

Browse files
Fix flake8 in conf.py (#21438)
1 parent 2e3f4ec commit d8a1fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
]
7979

8080
try:
81-
import sphinxcontrib.spelling
81+
import sphinxcontrib.spelling # noqa
8282
except ImportError as err:
8383
logger.warn(('sphinxcontrib.spelling failed to import with error "{}". '
8484
'`spellcheck` command is not available.'.format(err)))

0 commit comments

Comments
 (0)