mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 02:58:13 +00:00
export UsageError and Configuration in api directly
Library users should not have to deal with the core package directly.
This commit is contained in:
@@ -14,6 +14,9 @@ import from this file, not from the source files directly.
|
|||||||
# See also https://github.com/PyCQA/pylint/issues/6006
|
# See also https://github.com/PyCQA/pylint/issues/6006
|
||||||
# pylint: disable=useless-import-alias
|
# pylint: disable=useless-import-alias
|
||||||
|
|
||||||
|
from nominatim_core.errors import (UsageError as UsageError)
|
||||||
|
from nominatim_core.config import (Configuration as Configuration)
|
||||||
|
|
||||||
from .core import (NominatimAPI as NominatimAPI,
|
from .core import (NominatimAPI as NominatimAPI,
|
||||||
NominatimAPIAsync as NominatimAPIAsync)
|
NominatimAPIAsync as NominatimAPIAsync)
|
||||||
from .connection import (SearchConnection as SearchConnection)
|
from .connection import (SearchConnection as SearchConnection)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# This file is part of Nominatim. (https://nominatim.org)
|
# This file is part of Nominatim. (https://nominatim.org)
|
||||||
#
|
#
|
||||||
# Copyright (C) 2022 by the Nominatim developer community.
|
# Copyright (C) 2024 by the Nominatim developer community.
|
||||||
# For a full list of authors see the git log.
|
# For a full list of authors see the git log.
|
||||||
"""
|
"""
|
||||||
Nominatim configuration accessor.
|
Nominatim configuration accessor.
|
||||||
|
|||||||
Reference in New Issue
Block a user