Skip to content

Commit

Permalink
Remove NullableNumber type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jun 25, 2024
1 parent 0c071d8 commit 4a5d9fc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions voluptuous/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,6 @@ def Maybe(validator: typing.Callable, msg: typing.Optional[str] = None):
return Any(None, validator, msg=msg)


NullableNumber = typing.Union[int, float, None]


class Range(object):
"""Limit a value to a range.
Expand Down

0 comments on commit 4a5d9fc

Please sign in to comment.