setup.py: remove unused import

Remove the unused 'glob' import. Issue found by lgtm.com
This commit is contained in:
Christian Kellner 2020-03-07 12:16:29 +01:00 committed by David Rheinsberg
parent 0df46c6759
commit 012269dc31

View file

@ -1,4 +1,3 @@
import glob
import setuptools
setuptools.setup(