mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +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
@@ -11,7 +11,7 @@ if False:
|
||||
ZULIP_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
sys.path.append(ZULIP_PATH)
|
||||
from scripts.lib.zulip_tools import DEPLOYMENTS_DIR, get_recent_deployments, \
|
||||
may_be_perform_purging, TIMESTAMP_FORMAT
|
||||
may_be_perform_purging
|
||||
|
||||
def parse_args():
|
||||
# type: () -> argparse.Namespace
|
||||
|
||||
Reference in New Issue
Block a user