mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
tools: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
a0041afaf9
commit
ee8ff4df66
@@ -11,7 +11,7 @@ from typing import Any, Dict, List, Optional
|
||||
|
||||
from emoji_setup_utils import generate_emoji_catalog, generate_codepoint_to_name_map, \
|
||||
get_emoji_code, generate_name_to_codepoint_map, emoji_names_for_picker, \
|
||||
EMOJISETS, EMOTICON_CONVERSIONS, REMAPPED_EMOJIS
|
||||
EMOTICON_CONVERSIONS, REMAPPED_EMOJIS
|
||||
from emoji_names import EMOJI_NAME_MAPS
|
||||
|
||||
ZULIP_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../../')
|
||||
|
||||
@@ -8,7 +8,7 @@ if ZULIP_PATH not in sys.path:
|
||||
sys.path.append(ZULIP_PATH)
|
||||
|
||||
from scripts.lib.setup_venv import setup_virtualenv
|
||||
from scripts.lib.zulip_tools import run, subprocess_text_output
|
||||
from scripts.lib.zulip_tools import subprocess_text_output
|
||||
|
||||
VENV_PATH = "/srv/zulip-py3-venv"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user