remove unused imports

This commit is contained in:
Steffen Vogel
2020-04-15 23:20:42 +02:00
parent 1f515464fe
commit e93cc83d58
28 changed files with 2 additions and 49 deletions

View File

@@ -10,7 +10,6 @@ from __future__ import print_function
import os
import shutil
import sys
from glob import glob
from subprocess import check_call
from setuptools import setup