Skip to content

Commit 9f66270

Browse files
jirhikerCopilot
andauthored
Update services/well_inventory_csv.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5338013 commit 9f66270

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

services/well_inventory_csv.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
from services.exceptions_helper import PydanticStyleException
5050
from services.thing_helper import add_thing
5151
from services.util import transform_srid, convert_ft_to_m
52-
from shapely import Point
53-
from sqlalchemy import select, and_
54-
from sqlalchemy.exc import DatabaseError
55-
from sqlalchemy.orm import Session
56-
from starlette.status import HTTP_400_BAD_REQUEST
5752

5853
AUTOGEN_DEFAULT_PREFIX = "NM-"
5954
AUTOGEN_PREFIX_REGEX = re.compile(r"^[A-Z]{2,3}-$")

0 commit comments

Comments
 (0)