Skip to content

Commit 52d2a4c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 91233ca commit 52d2a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def add_argument_group(
436436
if title not in [
437437
"positional arguments",
438438
"options",
439-
"optional argument" # name in python 3.9
439+
"optional argument", # name in python 3.9
440440
]: # These are built-in names, ignore them.
441441
if not title[0].isupper():
442442
raise ValueError(

0 commit comments

Comments
 (0)