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,5 +1,5 @@
from psycopg.rows import dict_row
from connection import g_conn_dict as conn
from .connection import g_conn_dict as conn
def _get_current_operation(name: str) -> int:
with conn[name].cursor(row_factory=dict_row) as cur: