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,7 +1,7 @@
from psycopg.rows import dict_row, Row
from connection import g_conn_dict as conn
from s0_base import *
from operation import *
from .connection import g_conn_dict as conn
from .s0_base import *
from .operation import *
def add_junction(name: str, id: str, x: float, y: float, elevation: float) -> None:
if is_node(name, id):