zephyr mirror: remove unused imports.
(imported from commit 3ba0629f0a9009087b90fb6f795e855b569c2a67)
This commit is contained in:
parent
a31f443baa
commit
cec2dfa52e
|
@ -22,7 +22,6 @@
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
|
||||||
import simplejson
|
import simplejson
|
||||||
import re
|
import re
|
||||||
import time
|
import time
|
||||||
|
@ -34,7 +33,6 @@ import textwrap
|
||||||
import signal
|
import signal
|
||||||
import logging
|
import logging
|
||||||
import hashlib
|
import hashlib
|
||||||
import unicodedata
|
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
DEFAULT_SITE = "https://humbughq.com"
|
DEFAULT_SITE = "https://humbughq.com"
|
||||||
|
|
Loading…
Reference in a new issue