mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Remove some unused imports.
(imported from commit bb8311848ca24fbb1fb1b3df8f8b4403eb38ce1c)
This commit is contained in:
@@ -4,10 +4,9 @@ from zephyr.lib.context_managers import lockfile
|
||||
from zephyr.models import Realm, Stream, UserProfile, UserActivity, \
|
||||
Subscription, Recipient, Message, UserMessage, \
|
||||
DefaultStream, StreamColor, UserPresence, \
|
||||
MAX_MESSAGE_LENGTH, get_client, get_display_recipient, get_stream
|
||||
MAX_MESSAGE_LENGTH, get_client, get_stream
|
||||
from django.db import transaction, IntegrityError
|
||||
from zephyr.lib.initial_password import initial_password
|
||||
from zephyr.lib.cache import cache_with_key
|
||||
from zephyr.lib.timestamp import timestamp_to_datetime, datetime_to_timestamp
|
||||
from zephyr.lib.message_cache import cache_save_message
|
||||
from zephyr.lib.queue import SimpleQueueClient
|
||||
|
||||
Reference in New Issue
Block a user