Skip to content

Commit

Permalink
did we find an inconsistency between ruff and black perhaps?
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Nov 5, 2024
1 parent 36bef07 commit 64305fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stranger/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ def decompose_var(variant_info):
if field in ["GT"]:
continue
variant_component_value = individual_value.split(",")[variant_component]
result_variants[index]["format_dicts"][individual_index][
field
] = variant_component_value
result_variants[index]["format_dicts"][individual_index][field] = (
variant_component_value
)

return result_variants

0 comments on commit 64305fe

Please sign in to comment.