Skip to content

Commit

Permalink
Remove redundant HistoryIDPathParam from history api
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 11, 2024
1 parent cb7903a commit 418629b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/galaxy/webapps/galaxy/api/histories.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@
),
)

HistoryIDPathParam: DecodedDatabaseIdField = Path(
..., title="History ID", description="The encoded database identifier of the History."
)

JehaIDPathParam: Union[DecodedDatabaseIdField, LatestLiteral] = Path(
title="Job Export History ID",
description=(
Expand Down

0 comments on commit 418629b

Please sign in to comment.