From 946318cd4e9dd96edbd2f9b9313d7bc581e3720f Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Thu, 10 Sep 2020 16:47:42 +1000 Subject: [PATCH] Move noqa --- doc/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 889d424..1d5c77a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -17,14 +17,14 @@ import re # project root -sys.path.insert(0, os.path.abspath('..')) # noqa +sys.path.insert(0, os.path.abspath('..')) -import matplotlib +import matplotlib # noqa -matplotlib.use('agg') # noqa +matplotlib.use('agg') -import sphinx_rtd_theme -from upsetplot import __version__ as release +import sphinx_rtd_theme # noqa +from upsetplot import __version__ as release # noqa # If extensions (or modules to document with autodoc) are in another directory,