remove type annotations

Change-Id: Ie9cd12e19b58c6b243172cd478b8a90f619e9dda
This commit is contained in:
2026-08-11 15:53:28 +02:00
parent c32d8cd21c
commit a9047ca6f4
+1 -1
View File
@@ -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