From 79c8edf0b82cf7c80eb21923bd7fbf8d029efbe7 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 12 Jun 2018 11:11:29 +0200 Subject: [PATCH] Fix flake8 in conf.py --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 909bd5a80b76e..5534700f0734a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -78,7 +78,7 @@ ] try: - import sphinxcontrib.spelling + import sphinxcontrib.spelling # noqa except ImportError as err: logger.warn(('sphinxcontrib.spelling failed to import with error "{}". ' '`spellcheck` command is not available.'.format(err)))