Skip to content

Commit

Permalink
remove type hint to make mypy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Jan 7, 2025
1 parent e0d8732 commit 19070e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/pipelines/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ def singularity_pull_image(

progress.remove_task(task)

def compress_download(self) -> None:
def compress_download(self):
"""Take the downloaded files and make a compressed .tar.gz archive."""
log.debug(f"Creating archive: {self.output_filename}")

Expand Down

0 comments on commit 19070e5

Please sign in to comment.