Skip to content

Commit

Permalink
rearragned imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Nov 7, 2023
1 parent e0b71d8 commit e965977
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
)
from fastapi.responses import FileResponse
from loguru import logger as log
from osm_fieldwork.data_models import data_models_path
from osm_fieldwork.filter_data import FilterData
from osm_fieldwork.make_data_extract import getChoices
from osm_fieldwork.xlsforms import xlsforms_path
from osm_rawdata.postgres import PostgresClient
from sqlalchemy.orm import Session

from ..central import central_crud
Expand Down Expand Up @@ -649,11 +652,6 @@ async def generate_files(
return {"Message": f"{project_id}", "task_id": f"{background_task_id}"}


from osm_fieldwork.data_models import data_models_path
from osm_fieldwork.filter_data import FilterData
from osm_rawdata.postgres import PostgresClient


@router.post("/view_data_extracts/")
async def get_data_extracts(
aoi: UploadFile,
Expand Down

0 comments on commit e965977

Please sign in to comment.