Skip to content

Commit a9c485b

Browse files
committed
lint
1 parent e33306a commit a9c485b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/write_imported_callset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def output(self) -> luigi.Target:
5555
def requires(self) -> list[luigi.Task]:
5656
requirements = []
5757
if Env.EXPECT_WES_FILTERS and self.dataset_type.expect_filters(
58-
self.sample_type
58+
self.sample_type,
5959
):
6060
requirements = [
6161
*requirements,

0 commit comments

Comments
 (0)