remove type annotations
Change-Id: Ie9cd12e19b58c6b243172cd478b8a90f619e9dda
This commit is contained in:
@@ -499,7 +499,7 @@ def delayed_import(modname):
|
||||
return module
|
||||
|
||||
|
||||
def matches_with_string_precision(floatstring, value: float) -> bool:
|
||||
def matches_with_string_precision(floatstring, value):
|
||||
"""check if floatstring is equal to value within precision derived from floatstring
|
||||
|
||||
the result is tolerant to any deviation less than one unit of the last given digit
|
||||
|
||||
Reference in New Issue
Block a user