mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
models: Extract zerver.models.streams.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5391ec99d9
commit
4aa2d76bea
@@ -12,7 +12,8 @@ from sqlalchemy.types import Integer
|
||||
from zerver.lib.timestamp import datetime_to_timestamp
|
||||
from zerver.lib.topic import topic_match_sa
|
||||
from zerver.lib.types import UserTopicDict
|
||||
from zerver.models import UserProfile, UserTopic, get_stream
|
||||
from zerver.models import UserProfile, UserTopic
|
||||
from zerver.models.streams import get_stream
|
||||
|
||||
|
||||
def get_user_topics(
|
||||
|
||||
Reference in New Issue
Block a user