From 677b7671dbc747649c9443f140bf7923f60dfe7e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sun, 21 Mar 2021 00:39:45 +0100 Subject: fix imports --- python/refcat/tasks.py | 1 - python/setup.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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", ],}, -- cgit v1.2.3