diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-03-21 00:39:45 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-03-21 00:39:45 +0100 |
commit | 677b7671dbc747649c9443f140bf7923f60dfe7e (patch) | |
tree | 4a6f7ea1ab08dc2528ab1cae1dc3b80027b18949 /python | |
parent | e00e979a8b144231ce16aafe6b8482e4104f5e37 (diff) | |
download | refcat-677b7671dbc747649c9443f140bf7923f60dfe7e.tar.gz refcat-677b7671dbc747649c9443f140bf7923f60dfe7e.zip |
fix imports
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 1 | ||||
-rw-r--r-- | python/setup.py | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 4fcf97a..5e590a1 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -129,7 +129,6 @@ from gluish.task import BaseTask from gluish.utils import shellout from refcat.settings import settings -from refcat.docstats import SetEncoder, docstats from refcat.utils import extract_dois, extract_urls, ref_to_release diff --git a/python/setup.py b/python/setup.py index 6645545..d3d1776 100644 --- a/python/setup.py +++ b/python/setup.py @@ -36,6 +36,7 @@ with open("README.md", "r") as fh: "pylint", "pytest", "pytest-cov", + "shiv", "twine", "yapf", ],}, |