mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
scripts: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
c109690cf8
commit
e984107966
@@ -10,8 +10,7 @@ if False:
|
||||
|
||||
ZULIP_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
sys.path.append(ZULIP_PATH)
|
||||
from scripts.lib.node_cache import generate_sha1sum_node_modules
|
||||
from scripts.lib.zulip_tools import get_caches_to_be_purged, \
|
||||
from scripts.lib.zulip_tools import \
|
||||
get_environment, get_recent_deployments, parse_cache_script_args, \
|
||||
purge_unused_caches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user