Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
fgvieira authored Nov 28, 2024
1 parent 142738d commit 149ae88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_wrapper_utils/snakemake.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def is_arg(arg, cmd):


def get_format(path):
from pathlib import Path
"""Get file format from extension, ignoring common compressions."""
if not path:
raise ValueError("Path cannot be empty")
Expand Down

0 comments on commit 149ae88

Please sign in to comment.