flake8 fixes

This commit is contained in:
lrossett 2020-10-28 10:11:25 -03:00 committed by Tomas Kopecek
parent ff8c13969e
commit 1c787a323f
3 changed files with 6 additions and 5 deletions

View file

@ -40,7 +40,6 @@ import time
import traceback
import zipfile
from optparse import OptionParser
import xmlrpc.client
# urllib is required by the SCM class which is substituted into this file
# do not remove the import below