Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Jan 16, 2025
1 parent 3b0665e commit ed895d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataclass_wizard/utils/type_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def as_bool(o: Union[str, bool, N]):
return o == 1


def as_int_v1(o: Union[str, float, bool],
def as_int_v1(o: Union[float, bool],
tp: type,
base_type=int):
"""
Expand Down

0 comments on commit ed895d1

Please sign in to comment.