Skip to content

Commit 021cb65

Browse files
committed
reformat string literal
Signed-off-by: Dibri Nsofor <[email protected]>
1 parent b2997fe commit 021cb65

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
@@ -1005,7 +1005,7 @@ def add_invertible_flag(
10051005
)
10061006
incremental_group.add_argument(
10071007
"--plugins",
1008-
nargs='*',
1008+
nargs="*",
10091009
dest="special-opts:cli_plugins",
10101010
help="Include user defined plugins during Mypy's type analysis",
10111011
)

0 commit comments

Comments
 (0)