Skip to content

Commit

Permalink
fix: import error in json2osm
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Sep 6, 2023
1 parent 91cc1ac commit 29fe0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/project_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from osm_fieldwork.make_data_extract import PostgresClient
from osm_fieldwork.OdkCentral import OdkAppUser
from osm_fieldwork.xlsforms import xlsforms_path
from osm_fieldwork.json2osm import json2osm
from osm_fieldwork import json2osm
from shapely import wkt
from shapely.geometry import MultiPolygon, Polygon, mapping, shape
from sqlalchemy import and_, column, func, inspect, select, table
Expand Down

0 comments on commit 29fe0a4

Please sign in to comment.