From a9047ca6f40d0d6b4b52f490c86dc7cd81fc9df4 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 30 Jul 2026 08:10:10 +0200 Subject: [PATCH] remove type annotations Change-Id: Ie9cd12e19b58c6b243172cd478b8a90f619e9dda --- frappy/lib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappy/lib/__init__.py b/frappy/lib/__init__.py index 4e6a92e3..d9b415df 100644 --- a/frappy/lib/__init__.py +++ b/frappy/lib/__init__.py @@ -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