Skip to content

Commit 81a68c9

Browse files
committed
Removed the float plist type
1 parent f19f62c commit 81a68c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pre_commit_hooks/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"integer": int,
1818
"array": list,
1919
"data": None, # TODO: How to represent this?
20-
"float": float,
2120
"real": float,
2221
"date": datetime,
2322
}

0 commit comments

Comments
 (0)