]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/steps/http_responses.py
Replace custom Almost with stdlib math.isclose
[nominatim.git] / test / bdd / steps / http_responses.py
index 2e24ed5043bddf87bcfde92e897a6f95e241674e..c28c4e1c899422700ffb5989032c2edbb22c33c1 100644 (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: