Skip to content

Commit 263b93f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 93ed8dd commit 263b93f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mypy/errorcodes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,7 @@ def __hash__(self) -> int:
303303
)
304304

305305
UNTYPED_DECORATOR: Final = ErrorCode(
306-
"untyped-decorator",
307-
"Error if an untyped decorator makes a typed function untyped",
308-
"General",
306+
"untyped-decorator", "Error if an untyped decorator makes a typed function untyped", "General"
309307
)
310308

311309
NARROWED_TYPE_NOT_SUBTYPE: Final = ErrorCode(

0 commit comments

Comments
 (0)