tools: Remove unused imports.

This commit is contained in:
rht
2017-09-30 14:42:30 +02:00
committed by Tim Abbott
parent 2c2adbf647
commit 45f30c7f54
3 changed files with 0 additions and 6 deletions

View File

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