Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsonlive committed Dec 28, 2024
1 parent 517a92b commit 4a620d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions/packages/cron/daily/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
from bam_core.functions.dedupe_airtable_views import DedupeAirtableViews
from bam_core.functions.update_mailjet_lists import UpdateMailjetLists
from bam_core.functions.snapshot_airtable_views import SnapshotAirtableViews
from bam_core.functions.analyze_fulfilled_requests import (
AnalyzeFulfilledRequests,
)


def main(event, context):
Expand Down

0 comments on commit 4a620d5

Please sign in to comment.