mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 22:34:07 +00:00
use absolute imports in Python code
Relative imports are no longer officially recommended.
This commit is contained in:
@@ -7,8 +7,8 @@ import select
|
||||
|
||||
import psycopg2
|
||||
|
||||
from .progress import ProgressLogger
|
||||
from ..db.async_connection import DBConnection
|
||||
from nominatim.indexer.progress import ProgressLogger
|
||||
from nominatim.db.async_connection import DBConnection
|
||||
|
||||
LOG = logging.getLogger()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user