zerver/tests: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:44 -08:00
committed by Tim Abbott
parent f0ecb93515
commit 3127fb4dbd
59 changed files with 76 additions and 248 deletions

View File

@@ -2,7 +2,7 @@
import mock
from typing import Any, Dict, List
from django.test import TestCase, override_settings
from django.test import TestCase
from zerver.lib.subdomains import get_subdomain
from zerver.models import Realm