Remove local asyncio import shadowing module-level import
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ba386e316e
commit
018a73ed95
1 changed files with 0 additions and 1 deletions
|
|
@ -352,7 +352,6 @@ async def sync_resos_bookings_data(
|
||||||
# Trigger aggregation
|
# Trigger aggregation
|
||||||
logger.info("Triggering Resos bookings aggregation...")
|
logger.info("Triggering Resos bookings aggregation...")
|
||||||
try:
|
try:
|
||||||
import asyncio
|
|
||||||
from jobs.resos_aggregation import aggregate_resos_bookings
|
from jobs.resos_aggregation import aggregate_resos_bookings
|
||||||
await aggregate_resos_bookings(triggered_by=triggered_by)
|
await aggregate_resos_bookings(triggered_by=triggered_by)
|
||||||
logger.info("Resos bookings aggregation completed")
|
logger.info("Resos bookings aggregation completed")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue