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 5411d1d commit ee6bf13Copy full SHA for ee6bf13
mypy_boto3_builder/parsers/service_resource_parser.py
@@ -75,6 +75,7 @@ def _get_meta_attribute(self) -> Attribute:
75
self.service_name,
76
ServiceModuleName.service_resource,
77
),
78
+ type_ignore=True,
79
)
80
81
@property
0 commit comments