test_classes.py: Remove unecssary imports.

This commit is contained in:
Xavier Cooney 2018-01-15 23:29:03 +00:00 committed by showell
parent 35dc203d58
commit 0c48f5bf09
1 changed files with 0 additions and 2 deletions

View File

@ -55,8 +55,6 @@ import re
import ujson
import urllib
from contextlib import contextmanager
API_KEYS = {} # type: Dict[Text, Text]
def flush_caches_for_testing() -> None: