Skip to content

Commit

Permalink
Update routes.py
Browse files Browse the repository at this point in the history
remove trailing white space
  • Loading branch information
KoalaGeo authored Aug 30, 2023
1 parent 209714d commit ef669b6
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 @@ -291,7 +291,7 @@ async def convert(background_tasks: BackgroundTasks,
tags=["ags_log"],
summary="Generate Graphical Log",
description=("Generate a graphical log (.pdf) from AGS data "
"held by the National Geoscience Data Centre."),
"held by the National Geoscience Data Centre."),
response_class=Response,
responses=pdf_responses)
def get_ags_log(bgs_loca_id: str = ags_log_query,
Expand Down

0 comments on commit ef669b6

Please sign in to comment.