Skip to content

Commit 04fdf3c

Browse files
committed
black
1 parent 2fcb132 commit 04fdf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ def _verify_signature(
919919
):
920920
yield (
921921
f'stub argument "{stub_arg.variable.name}" should be positional or keyword '
922-
"(remove \"/\")"
922+
'(remove "/")'
923923
)
924924

925925
# Check unmatched positional args

0 commit comments

Comments
 (0)