From a47324ad50a726fc1c65e4522179db76d678fc54 Mon Sep 17 00:00:00 2001 From: cka-y Date: Fri, 6 Dec 2024 13:44:44 -0500 Subject: [PATCH] fix: lint --- functions-python/helpers/database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/functions-python/helpers/database.py b/functions-python/helpers/database.py index 9178f3280..2d89a03d3 100644 --- a/functions-python/helpers/database.py +++ b/functions-python/helpers/database.py @@ -21,7 +21,6 @@ from sqlalchemy import create_engine, text, event from sqlalchemy.orm import sessionmaker, mapper, class_mapper -import logging from database_gen.sqlacodegen_models import Feed, Gtfsfeed, Gtfsrealtimefeed, Gbfsfeed