Skip to content

Commit 3fa88cd

Browse files
Apply prepare changes
1 parent f6b3ddd commit 3fa88cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/opengeodeweb_back/routes/blueprint_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def vertex_attribute_names():
326326
flask.request.json["input_geode_object"], file_absolute_path
327327
)
328328
vertex_attribute_names = data.vertex_attribute_manager().attribute_names()
329-
329+
330330
return flask.make_response(
331331
{
332332
"vertex_attribute_names": vertex_attribute_names,

tests/test_routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def test_vertex_attribute_names(client):
172172
assert response.status_code == 201
173173

174174
route = f"/vertex_attribute_names"
175+
175176
def get_full_data():
176177
return {
177178
"input_geode_object": "PolygonalSurface3D",

0 commit comments

Comments
 (0)