Skip to content

Commit c0b3880

Browse files
Apply prepare changes
1 parent 77d713c commit c0b3880

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/opengeodeweb_back/routes/create/blueprint_create.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ def create_aoi() -> flask.Response:
7777
)
7878
def create_voi() -> flask.Response:
7979
"""Endpoint to create a Volume of Interest (VOI) as an EdgedCurve3D (a bounding box/prism)."""
80-
json_data = utils_functions.validate_request(flask.request, schemas_dict["create_voi"])
80+
json_data = utils_functions.validate_request(
81+
flask.request, schemas_dict["create_voi"]
82+
)
8183
params = schemas.CreateVoi.from_dict(json_data)
8284

8385
aoi_data = geode_functions.get_data_info(params.aoi_id)

0 commit comments

Comments
 (0)