Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
saramonzon committed Oct 3, 2023
1 parent bf0b1c8 commit f9aba5b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions bu_isciii/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,14 @@ def bioinfo_doc(
help="Tsv output path + filename with archive stats and info",
)
def archive(
service_id, service_file, ser_type, option, skip_prompts, date_from, date_until, output_name
service_id,
service_file,
ser_type,
option,
skip_prompts,
date_from,
date_until,
output_name,
):
"""
Archive services or retrieve services from archive
Expand All @@ -501,7 +508,7 @@ def archive(
skip_prompts,
date_from,
date_until,
output_name
output_name,
)
archive_ser.handle_archive()

Expand Down

0 comments on commit f9aba5b

Please sign in to comment.