Remove unused imports

This commit is contained in:
László Károlyi 2019-11-24 14:19:15 +01:00
parent 850230f43c
commit 746cf3918f
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
from os.path import join
from urllib.request import urlopen
from setuptools import find_packages, setup
from setuptools.command.build_py import build_py