Base transports w/ 'operations_client' have incorrect typing #1028
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.
From mypy:
The sync / async operations client types share no common base class (beyond
object
). The base transport shouldn't declare any typing at all.The text was updated successfully, but these errors were encountered: