You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# TODO(https://github.com/googleapis/python-api-core/issues/703): mypy does not recognize the abstract content
53
+
# method as an async generator as it looks for the `yield` keyword in the implementation.
54
+
# Given that the abstract method is not implemented, mypy fails to recognize it as an async generator.
55
+
# mypy warnings are silenced until the linked issue is resolved.
0 commit comments