Skip to content

Commit

Permalink
Merge pull request #117 from hotosm/hotfix
Browse files Browse the repository at this point in the history
hotfix: import error
  • Loading branch information
nrjadkry authored Aug 2, 2024
2 parents 6841218 + 878dac0 commit e6074a9
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 e6074a9

Please sign in to comment.