Format package

This commit is contained in:
wqy
2022-09-03 01:07:04 +08:00
parent 12e61b7b9c
commit 0eb42567d2
6 changed files with 20 additions and 20 deletions

View File

@@ -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: