Files
ruff/resources/test/fixtures/N818.py
2022-10-29 15:35:56 -04:00

11 lines
106 B
Python

class Error(Exception):
pass
class AnotherError(Exception):
pass
class C(Exception):
pass