Merge "Rmove six forgotten before"

This commit is contained in:
Zuul 2021-02-18 02:16:45 +00:00 committed by Gerrit Code Review
commit 465390213e
1 changed files with 2 additions and 2 deletions

View File

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