scripts: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:23 -08:00
committed by Tim Abbott
parent c109690cf8
commit e984107966
13 changed files with 13 additions and 21 deletions

View File

@@ -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