summaryrefslogtreecommitdiff
path: root/creole/rest_tools/pypi_rest2html.py
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2020-02-07 11:37:37 +0100
committerJensDiemer <git@jensdiemer.de>2020-02-07 11:37:37 +0100
commit722e954ef7affb76edc238e756e06c43b329bed7 (patch)
tree8b96cef227ca6be81829cfe26315ecd1261771f3 /creole/rest_tools/pypi_rest2html.py
parentd0b7242e8a26bb60a4b550c7df89fd411cd09069 (diff)
downloadcreole-fix#44.tar.gz
add isort config and apply itfix#44
Diffstat (limited to 'creole/rest_tools/pypi_rest2html.py')
-rw-r--r--creole/rest_tools/pypi_rest2html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/rest_tools/pypi_rest2html.py b/creole/rest_tools/pypi_rest2html.py
index b264514..bacdf7f 100644
--- a/creole/rest_tools/pypi_rest2html.py
+++ b/creole/rest_tools/pypi_rest2html.py
@@ -16,6 +16,7 @@ from urllib.parse import urlparse
from creole.exceptions import DocutilsImportError
+
try:
import docutils # noqa flake8
from docutils import io, readers