We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83feade commit 6382550Copy full SHA for 6382550
mypy/plugins/attrs.py
@@ -1037,7 +1037,7 @@ def _get_attrs_init_type(typ: Instance) -> CallableType | None | AnyType:
1037
if getattr(init_method, "plugin_generated", False):
1038
return init_method.type
1039
else:
1040
- return AnyType(TypeOfAny.special_form)
+ return AnyType(TypeOfAny.special_form)
1041
1042
# case 2: overloaded method
1043
if isinstance(init_method, OverloadedFuncDef) and isinstance(init_method.type, Overloaded):
0 commit comments