Commit f5314484 authored by Marcel's avatar Marcel Committed by GitHub

remove unused import (#10826)

parent c76c5420
...@@ -4,12 +4,10 @@ import os ...@@ -4,12 +4,10 @@ import os
import subprocess import subprocess
import json import json
import socket import socket
import calendar
import datetime import datetime
import time import time
import shutil import shutil
import http.client import http.client
import gzip
from multiprocessing import Process, Queue from multiprocessing import Process, Queue
import concurrent.futures import concurrent.futures
from collections import namedtuple from collections import namedtuple
......
...@@ -3,7 +3,6 @@ import logging.config ...@@ -3,7 +3,6 @@ import logging.config
import os import os
import re import re
import subprocess import subprocess
import sys
import click import click
import semver import semver
......
import argparse import argparse
import subprocess import subprocess
import re
import semver import semver
SERVICES = [ SERVICES = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment