mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +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
@@ -5,12 +5,11 @@ from lib import sanity_check
|
||||
sanity_check.check_venv(__file__)
|
||||
|
||||
from collections import defaultdict
|
||||
from typing import Any, Dict, Iterable, List, Set
|
||||
from typing import Any, Dict, List, Set
|
||||
|
||||
import cgi
|
||||
import os
|
||||
import pprint
|
||||
import re
|
||||
import ujson
|
||||
|
||||
Call = Dict[str, Any]
|
||||
|
||||
Reference in New Issue
Block a user