diff --git a/backend/jobs/resos_bookings_sync.py b/backend/jobs/resos_bookings_sync.py index c151aed..4f8fbc8 100644 --- a/backend/jobs/resos_bookings_sync.py +++ b/backend/jobs/resos_bookings_sync.py @@ -352,7 +352,6 @@ async def sync_resos_bookings_data( # Trigger aggregation logger.info("Triggering Resos bookings aggregation...") try: - import asyncio from jobs.resos_aggregation import aggregate_resos_bookings await aggregate_resos_bookings(triggered_by=triggered_by) logger.info("Resos bookings aggregation completed")