Skip to content

Commit 37dbc12

Browse files
committed
Fix
1 parent 1a38d4a commit 37dbc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/typeanal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ def fix_instance(
17221722
if any_type is None:
17231723
fullname = None if use_generic_error else t.type.fullname
17241724
any_type = get_omitted_any(
1725-
disallow_any, fail, note, t, python_version, fullname, unexpanded_type
1725+
disallow_any, fail, note, t, options, fullname, unexpanded_type
17261726
)
17271727
arg = any_type
17281728
args.append(arg)

0 commit comments

Comments
 (0)