-
-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
Labels
3rd partyPresence of a third party dependency has been mentionedPresence of a third party dependency has been mentioneddocumentation
Description
In our project, we're using django-enumfield, and their custom field.
Currently, the custom field is typed as an Any. The get type should be the specific Enum that you associate with the field, while the set type should be Union[int, MyEnum].
Some resources on how to write stubs for third party libraries would be really helpful!
Metadata
Metadata
Assignees
Labels
3rd partyPresence of a third party dependency has been mentionedPresence of a third party dependency has been mentioneddocumentation
