From b4396980f38b15b4c503dadb2b4d2649a3c3d211 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Oct 2021 17:31:10 -0700 Subject: lint setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dfe1b2d..7b724f4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ import os -import sys import shutil +import sys + import setuptools from grobid_tei_xml import __version__ -- cgit v1.2.3