Format package
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user