Skip to content

Commit

Permalink
hotfix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Aug 2, 2024
1 parent 6841218 commit 878dac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/waypoints/waypoint_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fastapi import APIRouter, UploadFile, File, Form, HTTPException
from fastapi.responses import FileResponse
from app.config import settings
from app.drone_flightplan import flightplan, waypoints
from drone_flightplan import flightplan, waypoints


router = APIRouter(
Expand Down

0 comments on commit 878dac0

Please sign in to comment.