Skip to content

Commit

Permalink
Fix a CI failure in some python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DonFreed committed Dec 9, 2023
1 parent 85d2ecb commit ae14a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentieon_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _path_arg(arg: str) -> pathlib.Path:
def dnascope_longread(
output_vcf: pathlib.Path,
reference: Optional[pathlib.Path] = None,
sample_input: Optional[list[pathlib.Path]] = None,
sample_input: Optional[List[pathlib.Path]] = None,
model_bundle: Optional[pathlib.Path] = None,
dbsnp: Optional[pathlib.Path] = None,
bed: Optional[pathlib.Path] = None,
Expand Down

0 comments on commit ae14a24

Please sign in to comment.