export: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:34 -08:00
committed by Tim Abbott
parent e12c433745
commit 56a675d5ec
6 changed files with 5 additions and 19 deletions

View File

@@ -12,7 +12,6 @@ import ujson
from typing import Any, Callable, Dict, List, Optional, Set
from django.conf import settings
from django.forms.models import model_to_dict
from django.utils.timezone import now as timezone_now
from zerver.lib.utils import (
@@ -22,7 +21,6 @@ from zerver.lib.utils import (
from zerver.models import (
RealmEmoji,
Recipient,
UserProfile,
)
from zerver.data_import.import_util import (