Skip to content

Commit e33306a

Browse files
committed
lint
1 parent 0270a88 commit e33306a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

v03_pipeline/lib/tasks/write_imported_callset.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ def output(self) -> luigi.Target:
5454

5555
def requires(self) -> list[luigi.Task]:
5656
requirements = []
57-
if (
58-
Env.EXPECT_WES_FILTERS
59-
and self.dataset_type.expect_filters(self.sample_type)
57+
if Env.EXPECT_WES_FILTERS and self.dataset_type.expect_filters(
58+
self.sample_type
6059
):
6160
requirements = [
6261
*requirements,

0 commit comments

Comments
 (0)