Skip to content

Commit 5699334

Browse files
authored
Update token.py
1 parent 14b44f5 commit 5699334

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pyradox/token.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def make_token_string(value):
5252
'time' : Time,
5353
'int' : int,
5454
'str' : str,
55+
'float' : float
5556
}
5657

5758
constructors = {

0 commit comments

Comments
 (0)