Rmove six forgotten before

- six.moves.BaseHTTPServer
- six.moves.http_client

Change-Id: I855d13af3f1f5ffb3543b864655624c99dbce403
This commit is contained in:
wangzihao
2020-10-21 10:54:36 +08:00
committed by Zihao Wang
parent a85b110a1d
commit 44c54cb98a

View File

@@ -12,10 +12,10 @@
# limitations under the License. # limitations under the License.
import functools import functools
from http import client as http
import http.server as BaseHTTPServer
import os import os
import signal import signal
from six.moves import BaseHTTPServer
from six.moves import http_client as http
import tempfile import tempfile
import tenacity import tenacity