refining impl
This commit is contained in:
@ -6,7 +6,6 @@ def boolean_to_int(value: bool) -> int:
|
||||
else:
|
||||
return 0
|
||||
|
||||
|
||||
def is_float(element: str) -> bool:
|
||||
try:
|
||||
float(element)
|
||||
|
Reference in New Issue
Block a user