Skip to content

Commit

Permalink
Remove empy line
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Aug 28, 2024
1 parent 20c1040 commit f3211d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qsa-api/qsa_api/api/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ def project_info_layer(name, layer_name):
logger().exception(str(e))
return {"error": "internal server error"}, 415


@projects.get("/<name>/layers/wfs")
def project_layers_wfs(name):
"""
Expand Down

0 comments on commit f3211d9

Please sign in to comment.