fix flake8

This commit is contained in:
Yu Ming Zhu 2021-08-13 18:46:03 +00:00
parent e7b6e78fe1
commit edd2dbadc5

View file

@ -32,20 +32,22 @@ import hashlib
import logging
import os
import re
import six # needed for imported code
import subprocess
import sys
import tempfile
import threading
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
import urllib # noqa: F401
import zipfile
from configparser import RawConfigParser
from optparse import OptionParser
import six # noqa: F401, needed for imported code
MANAGER_PORT = 7000