mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
export QueryStatistics type
This commit is contained in:
@@ -24,7 +24,8 @@ from .types import (PlaceID as PlaceID,
|
|||||||
Point as Point,
|
Point as Point,
|
||||||
Bbox as Bbox,
|
Bbox as Bbox,
|
||||||
GeometryFormat as GeometryFormat,
|
GeometryFormat as GeometryFormat,
|
||||||
DataLayer as DataLayer)
|
DataLayer as DataLayer,
|
||||||
|
QueryStatistics as QueryStatistics)
|
||||||
from .results import (SourceTable as SourceTable,
|
from .results import (SourceTable as SourceTable,
|
||||||
AddressLine as AddressLine,
|
AddressLine as AddressLine,
|
||||||
AddressLines as AddressLines,
|
AddressLines as AddressLines,
|
||||||
|
|||||||
Reference in New Issue
Block a user