mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
ruff: Fix PLW0120 Else clause on loop without a break statement.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f7e97b1180
commit
a6442288cf
@@ -823,8 +823,7 @@ Output:
|
||||
|
||||
[confirmation_url] = match.groups()
|
||||
return confirmation_url
|
||||
else:
|
||||
raise AssertionError("Couldn't find a confirmation email.")
|
||||
raise AssertionError("Couldn't find a confirmation email.")
|
||||
|
||||
def encode_uuid(self, uuid: str) -> str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user