Skip to content

Commit

Permalink
pytypes: Added None as a to_canon type
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jan 2, 2024
1 parent c5f0898 commit 803a8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtype/pytypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ def cast_from(self, obj):
dict: Dict,
tuple: Tuple,
bool: Bool,
None: NoneType,
int: Int,
str: String,
float: Float,
Expand Down

0 comments on commit 803a8f5

Please sign in to comment.