Skip to content

Commit

Permalink
PR cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Sep 18, 2023
1 parent 49ce54d commit 4616ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/parse_ped.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def main(ped_file_path: str, project: str):

fapi = FamilyApi()

# pylint: disable=no-member
with AnyPath(ped_file_path).open() as ped_file:
fapi.import_pedigree(
file=ped_file,
Expand Down

0 comments on commit 4616ceb

Please sign in to comment.