Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Apr 26, 2023
1 parent ffb44f3 commit ddb36e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def prepare_validation_response(request, data):
# tags=["ags_log"],
# summary="Generate Graphical Log",
# description="Generate a graphical log (.pdf) from AGS data held by the National Geoscience Data Centre.",
include_in_schema=False,
include_in_schema=False,
response_class=Response,
responses=pdf_responses)
def get_ags_log(bgs_loca_id: int = ags_log_query,
Expand Down

0 comments on commit ddb36e4

Please sign in to comment.