Skip to content

Commit 01f0bc8

Browse files
Remove line
1 parent 52b97bc commit 01f0bc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/messages.py

-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ def maybe_note_about_special_args(self, callee: CallableType, context: Context)
682682
context,
683683
)
684684

685-
686685
def unexpected_keyword_argument(self, callee: CallableType, name: str, arg_type: Type,
687686
context: Context) -> None:
688687
msg = 'Unexpected keyword argument "{}"'.format(name) + for_function(callee)

0 commit comments

Comments
 (0)