-
Notifications
You must be signed in to change notification settings - Fork 5
Labels
part:codeAffects the code in generalAffects the code in generalstatus:blockedOther issues must be resolved before this can be worked onOther issues must be resolved before this can be worked ontype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Description
What's needed?
We need to stop using hacks to be able to provide correct type-hints for asyn stubs.
Proposed solution
Downstream projects should be able to write this:
class MyApiClient(BaseApiClient[ExampleAsyncStub]):
... # without the need to define the `stub` propertyReactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
part:codeAffects the code in generalAffects the code in generalstatus:blockedOther issues must be resolved before this can be worked onOther issues must be resolved before this can be worked ontype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users