Skip to content

Commit

Permalink
Removes unused type variables (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt035343 authored Jun 7, 2023
1 parent 83d3724 commit 3239a99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dataclasses_json/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
_undefined_parameter_action_safe)

A = TypeVar('A', bound="DataClassJsonMixin")
B = TypeVar('B')
C = TypeVar('C')
Fields = List[Tuple[str, Any]]


Expand Down

0 comments on commit 3239a99

Please sign in to comment.