mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
ruff: Fix RUF059 Unpacked variable is never used.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
fa4d680851
commit
f24a0a6b81
@@ -1567,7 +1567,7 @@ Output:
|
||||
try:
|
||||
stream = get_stream(stream_name, user_profile.realm)
|
||||
except Stream.DoesNotExist:
|
||||
stream, from_stream_creation = create_stream_if_needed(
|
||||
stream, _from_stream_creation = create_stream_if_needed(
|
||||
realm,
|
||||
stream_name,
|
||||
invite_only=invite_only,
|
||||
|
||||
Reference in New Issue
Block a user