Format package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from psycopg.rows import dict_row
|
||||
from operation import *
|
||||
from connection import g_conn_dict as conn
|
||||
from .operation import *
|
||||
from .connection import g_conn_dict as conn
|
||||
|
||||
def get_title(name: str) -> str:
|
||||
with conn[name].cursor(row_factory=dict_row) as cur:
|
||||
|
||||
Reference in New Issue
Block a user