zerver core: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:55 -08:00
committed by Tim Abbott
parent 3968fe9fdf
commit f0ecb93515
52 changed files with 85 additions and 196 deletions

View File

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