mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
ruff: Fix N818 exception name should be named with an Error suffix.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5ae5fe45ff
commit
6c592ce974
@@ -7,7 +7,7 @@ from types import TracebackType
|
||||
from typing import IO, Iterable, Iterator, List, Optional, Type
|
||||
|
||||
|
||||
class ExtraConsoleOutputInTestException(Exception):
|
||||
class ExtraConsoleOutputInTestError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user