Skip to content

Commit

Permalink
Update bioblend/galaxy/histories/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
  • Loading branch information
cat-bro and nsoranzo authored Feb 29, 2024
1 parent ccd4135 commit 2bb96fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bioblend/galaxy/histories/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def get_histories(
create_time_max: Optional[str] = None,
update_time_min: Optional[str] = None,
update_time_max: Optional[str] = None,
all: Optional[bool] = False,
view: Optional[Literal["summary", "detailed"]] = None,
keys: Optional[List[str]] = None,
limit: Optional[int] = None,
Expand Down

0 comments on commit 2bb96fd

Please sign in to comment.