dataclasses-json
dataclasses-json copied to clipboard
Unused Typevars in api.py
This two typewars are unused and serve confusion for a newcommer to the library. Either use them or delete.
B = TypeVar('B')
C = TypeVar('C')