aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py3
-rwxr-xr-xdoc/generate/pkgcheck/checks.py4
-rwxr-xr-xdoc/generate/pkgcheck/keywords.py2
3 files changed, 4 insertions, 5 deletions
diff --git a/doc/conf.py b/doc/conf.py
index c47daea4..4bfa4358 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -13,9 +13,9 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
-from importlib import import_module
import os
import sys
+from importlib import import_module
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@@ -27,7 +27,6 @@ if os.path.exists(libdir):
os.environ['PKGDIST_REPODIR'] = os.path.abspath('..')
from snakeoil.dist import distutils_extensions as pkgdist
-
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
diff --git a/doc/generate/pkgcheck/checks.py b/doc/generate/pkgcheck/checks.py
index ea026254..727c1c6e 100755
--- a/doc/generate/pkgcheck/checks.py
+++ b/doc/generate/pkgcheck/checks.py
@@ -14,9 +14,9 @@ that operate at a package or version scope will be run. On the other hand, when
running against an entire repo, all defined checks will be run.
"""
-from operator import attrgetter
import sys
-from textwrap import dedent, TextWrapper
+from operator import attrgetter
+from textwrap import TextWrapper, dedent
from snakeoil.strings import pluralism as _pl
diff --git a/doc/generate/pkgcheck/keywords.py b/doc/generate/pkgcheck/keywords.py
index aa28dfed..b05ba8e2 100755
--- a/doc/generate/pkgcheck/keywords.py
+++ b/doc/generate/pkgcheck/keywords.py
@@ -9,8 +9,8 @@ Keywords
List of result keywords that can be produced by pkgcheck.
"""
-from collections import defaultdict
import sys
+from collections import defaultdict
from textwrap import dedent
from snakeoil.strings import pluralism as _pl