mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Replace custom Almost with stdlib math.isclose
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user