Skip to content

Commit

Permalink
[cp2] removed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyotsnarajan committed Sep 13, 2024
1 parent 9ada075 commit cb17c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipol_demo/modules/core/archive/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def get_experiment(experiment_id: int) -> Stored_Experiment:
"/experiment/{experiment_id}", dependencies=[Depends(validate_ip)], status_code=200
)
def update_experiment_date(
experiment_id: int, date: datetime, date_format: str
experiment_id: int, date: datetime
) -> dict[str, int]:
"""
MIGRATION
Expand Down

0 comments on commit cb17c8a

Please sign in to comment.