mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
actions: Move part into zerver.lib.streams.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit a29f1b39da)
This commit is contained in:
committed by
Tim Abbott
parent
5bcb52390c
commit
025219da16
@@ -1,8 +1,8 @@
|
||||
from argparse import ArgumentParser
|
||||
from typing import Any
|
||||
|
||||
from zerver.lib.actions import ensure_stream
|
||||
from zerver.lib.management import ZulipBaseCommand
|
||||
from zerver.lib.streams import ensure_stream
|
||||
from zerver.models import DefaultStreamGroup
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user