Add a stronger type hint for credentials
parameter in base rest transport
#2173
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The credentials parameter in base rest transport has a type hint set to
Any
to support async and sync credential types in the parent rest transport classes. However, we should have a stronger type here such as an abstract base credentials class leveraged by sync and async credential classes.The text was updated successfully, but these errors were encountered: