From efe5b796f345db4ec956fbfe042a19de764b7ba5 Mon Sep 17 00:00:00 2001 From: wqy Date: Sat, 17 Sep 2022 09:46:58 +0800 Subject: [PATCH] Clean tank --- api/s4_tanks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/s4_tanks.py b/api/s4_tanks.py index 461fc75..059566c 100644 --- a/api/s4_tanks.py +++ b/api/s4_tanks.py @@ -1,7 +1,5 @@ from psycopg.rows import Row -from .connection import g_conn_dict as conn from .s0_base import * -from .operation import * from .change_set import ChangeSet from .s24_coordinates import * import utility