mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 22:04:07 +00:00
use absolute imports in Python code
Relative imports are no longer officially recommended.
This commit is contained in:
@@ -3,7 +3,7 @@ Subcommand definitions for API calls from the command line.
|
||||
"""
|
||||
import logging
|
||||
|
||||
from ..tools.exec_utils import run_api_script
|
||||
from nominatim.tools.exec_utils import run_api_script
|
||||
|
||||
# Do not repeat documentation of subcommand classes.
|
||||
# pylint: disable=C0111
|
||||
|
||||
Reference in New Issue
Block a user