Skip to content

Commit 23c9acb

Browse files
jorisvandenbosschevictor
authored and
victor
committed
Fix flake8 in conf.py (pandas-dev#21438)
1 parent d3840ec commit 23c9acb

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)