mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
zerver core: Remove unused imports.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Tim Abbott
parent
3968fe9fdf
commit
f0ecb93515
@@ -1,5 +1,5 @@
|
||||
import json
|
||||
from typing import Any, Dict, Iterator, Optional
|
||||
from typing import Any, Iterator
|
||||
|
||||
# Taken from
|
||||
# https://github.com/simplejson/simplejson/blob/8edc82afcf6f7512b05fba32baa536fe756bd273/simplejson/encoder.py#L378-L402
|
||||
|
||||
Reference in New Issue
Block a user