Skip to content

Commit 4bac4bd

Browse files
was this a... loadbearing any??
1 parent 8a77209 commit 4bac4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def parse_section(
533533
else:
534534
continue
535535
ct = type(dv)
536-
v = None
536+
v: Any = None
537537
try:
538538
if ct is bool:
539539
if isinstance(section, dict):

0 commit comments

Comments
 (0)