Skip to content

Commit

Permalink
Fix import location
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier committed Oct 31, 2023
1 parent e23be47 commit 635d41c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import arrow
from loguru import logger

from monitoring.monitorlib.clients.flight_planning.client import (
FlightPlannerClient,
Expand Down Expand Up @@ -144,7 +145,6 @@ def _plan_flights(self):
q.request.initiated_at.datetime for q in e.queries
],
)
from loguru import logger

logger.info(f"Recording {len(resp.queries)} queries")
for q in resp.queries:
Expand Down

0 comments on commit 635d41c

Please sign in to comment.