We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ed8dd commit 263b93fCopy full SHA for 263b93f
mypy/errorcodes.py
@@ -303,9 +303,7 @@ def __hash__(self) -> int:
303
)
304
305
UNTYPED_DECORATOR: Final = ErrorCode(
306
- "untyped-decorator",
307
- "Error if an untyped decorator makes a typed function untyped",
308
- "General",
+ "untyped-decorator", "Error if an untyped decorator makes a typed function untyped", "General"
309
310
311
NARROWED_TYPE_NOT_SUBTYPE: Final = ErrorCode(
0 commit comments