Skip to content

Commit c7cafc5

Browse files
committed
lint
1 parent a0a0661 commit c7cafc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

genie_registry/cna.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ def validate_no_dup_symbols_after_remapping(
241241
self, cnvDF: pd.DataFrame, skip_database_checks: bool
242242
) -> str:
243243
"""Validates that there are no duplicated Hugo_Symbol values
244-
after remapping the previous Hugo_Symbol column using the
245-
bed database table. See validateSymbol for more details
246-
on the remapping method.
244+
after remapping the previous Hugo_Symbol column using the
245+
bed database table. See validateSymbol for more details
246+
on the remapping method.
247247
248248
Args:
249249
skip_database_checks (bool): Whether to skip this validation check

0 commit comments

Comments
 (0)