mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
tools: Remove unused imports.
This commit is contained in:
@@ -4,16 +4,12 @@ import os
|
||||
import sys
|
||||
import subprocess
|
||||
|
||||
import time
|
||||
|
||||
ZULIP_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
# check for the venv
|
||||
from lib import sanity_check
|
||||
sanity_check.check_venv(__file__)
|
||||
|
||||
import requests
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--force', default=False,
|
||||
action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user