dataclasses-json icon indicating copy to clipboard operation
dataclasses-json copied to clipboard

Unused Typevars in api.py

Open sgerodes opened this issue 2 years ago • 0 comments

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')

sgerodes avatar Jun 30 '22 06:06 sgerodes