Skip to content

Commit e8d9616

Browse files
committed
ruff
1 parent f164733 commit e8d9616

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v03_pipeline/migrations/annotations/0004_add_gnomad_svs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class AddGnomadSVs(BaseMigration):
1919
@staticmethod
2020
def migrate(ht: hl.Table, **_) -> hl.Table:
2121
mapping_ht = hl.import_vcf(
22-
PHASE_4_CALLSET_WITH_GNOMAD_V4, ReferenceGenome.GRCh38.value,
22+
PHASE_4_CALLSET_WITH_GNOMAD_V4,
23+
ReferenceGenome.GRCh38.value,
2324
).rows()
2425
ht = ht.annotate(
2526
**{

0 commit comments

Comments
 (0)