mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 21:04:07 +00:00
port code to psycopg3
This commit is contained in:
@@ -10,7 +10,7 @@ Functions for removing unnecessary data from the database.
|
||||
from typing import Optional
|
||||
from pathlib import Path
|
||||
|
||||
from psycopg2 import sql as pysql
|
||||
from psycopg import sql as pysql
|
||||
|
||||
from ..db.connection import Connection, drop_tables, table_exists
|
||||
|
||||
|
||||
Reference in New Issue
Block a user