Skip to content

Commit 13aeaa4

Browse files
committed
reformat
1 parent 512268b commit 13aeaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ def check_default_args(self, item: FuncItem, body_is_trivial: bool) -> None:
12711271
"PEP 484 prohibits implicit Optional. "
12721272
"Accordingly, mypy has changed its default to no_implicit_optional=True",
12731273
"Use https://github.com/hauntsaninja/no_implicit_optional to automatically "
1274-
"upgrade your codebase"
1274+
"upgrade your codebase",
12751275
]
12761276
else:
12771277
notes = None

0 commit comments

Comments
 (0)