Skip to content

Commit 3bc6870

Browse files
fixed semicolon
1 parent 1fc81b2 commit 3bc6870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubgenc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def __init__(
264264
"TypeGuard",
265265
"Union",
266266
],
267-
"os" [:"PathLike"],
267+
"os": ["PathLike"],
268268
"pathlib": ["Path"]
269269
}
270270
)

0 commit comments

Comments
 (0)