Replace custom Almost with stdlib math.isclose

This commit is contained in:
Miroslav Šedivý
2025-03-05 20:35:01 +01:00
parent 1b44fe2555
commit cd64788a58
3 changed files with 3 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ import re
import json
import xml.etree.ElementTree as ET
from check_functions import Almost, OsmType, Field, check_for_attributes
from check_functions import OsmType, Field, check_for_attributes
class GenericResponse: