Skip to content

Commit 963e97a

Browse files
committed
fix linter
1 parent 73b6118 commit 963e97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/scripts/populate_db_gtfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def process_feed_references(self, session: "Session"):
152152
f"Could not find static reference feed {gtfs_stable_id} for feed {stable_id}"
153153
)
154154
continue
155-
Only add if provider matches (normalized)
155+
# Only add if provider matches (normalized)
156156
rt_provider = (gtfs_rt_feed.provider or "").strip().lower()
157157
schedule_provider = (gtfs_feed.provider or "").strip().lower()
158158
if rt_provider and schedule_provider and rt_provider != schedule_provider:

0 commit comments

Comments
 (0)