Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rxu17 committed Nov 8, 2023
1 parent da74efc commit 4d3222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genie/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def get_invalid_allele_rows(
allowed_comb_alleles: list,
allowed_ind_alleles: list,
ignore_case: bool = False,
allow_na: bool = False
allow_na: bool = False,
) -> pd.Index:
"""
Find invalid indices in a DataFrame column based on allowed allele values.
Expand Down

0 comments on commit 4d3222d

Please sign in to comment.