Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Jan 10, 2024
1 parent 853f390 commit 2e17401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meta/clean/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def hk_sample_bundle_for_flow_cell_not_to_clean(
def clean_retrieved_spring_files_api_dry_run(
real_housekeeper_api: HousekeeperAPI,
) -> CleanRetrievedSpringFilesAPI:
"""Returns a CleanRetrievedSpringFilesAPI"""
"""Returns a CleanRetrievedSpringFilesAPI."""
return CleanRetrievedSpringFilesAPI(housekeeper_api=real_housekeeper_api, dry_run=True)


Expand Down

0 comments on commit 2e17401

Please sign in to comment.