diff options
author | Tim Harder <radhermit@gmail.com> | 2020-12-14 21:05:36 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-12-14 21:05:36 -0700 |
commit | 0cd10962bc67da855fec3c12d1c75bc2669e9f20 (patch) | |
tree | 68192d44cdf327fdfbb3ab15c45bb87ce80ed596 /doc | |
parent | drop various, old cpy extension fallback support (diff) | |
download | pkgcore-0cd10962bc67da855fec3c12d1c75bc2669e9f20.tar.gz pkgcore-0cd10962bc67da855fec3c12d1c75bc2669e9f20.tar.bz2 pkgcore-0cd10962bc67da855fec3c12d1c75bc2669e9f20.zip |
sort imports with isort
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index dc576710a..5a413c812 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,9 +11,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 |