Skip to content

Commit 111b29e

Browse files
committed
fixed lint errors
1 parent 6662557 commit 111b29e

File tree

1 file changed

+1
-1
lines changed
  • functions-python/feed_sync_process_transitland/src

1 file changed

+1
-1
lines changed

functions-python/feed_sync_process_transitland/src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from database_gen.sqlacodegen_models import Feed, Externalid, Redirectingid
2828
from sqlalchemy.exc import SQLAlchemyError
2929

30-
from helpers.database import Database, with_db_session
30+
from helpers.database import Database
3131
from helpers.logger import Logger, StableIdFilter
3232
from helpers.feed_sync.models import TransitFeedSyncPayload as FeedPayload
3333
from helpers.locations import create_or_get_location

0 commit comments

Comments
 (0)