Update the type hint for credentials parameter in OperationsTransport
class
#709
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
Update the type hint for
credentials
parameter in the baseOperationsTransport
class to includegoogle.auth.aio.credentials.Credentials
.As a follow up, remove
# type: ignore
from the relevant code locations which suppresses mypy errors.The text was updated successfully, but these errors were encountered: