Skip to content

Commit

Permalink
Move noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Sep 10, 2020
1 parent 8ba0250 commit 946318c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/conf.py
Expand Up @@ -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,
Expand Down

0 comments on commit 946318c

Please sign in to comment.