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:
Anders Kaseorg
2022-11-17 00:30:48 -08:00
committed by Tim Abbott
parent 5ae5fe45ff
commit 6c592ce974
110 changed files with 507 additions and 507 deletions

View File

@@ -7,7 +7,7 @@ from types import TracebackType
from typing import IO, Iterable, Iterator, List, Optional, Type
class ExtraConsoleOutputInTestException(Exception):
class ExtraConsoleOutputInTestError(Exception):
pass