Skip to content

Commit

Permalink
tox lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yaseminbridges committed May 14, 2024
1 parent 743edd4 commit 76a5abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phenotype2phenopacket/add/add_genes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from pathlib import Path

import polars as pl
from phenopackets import Disease
from pheval.utils.file_utils import all_files
from pheval.utils.phenopacket_utils import (
GeneIdentifierUpdater,
Expand All @@ -10,6 +9,7 @@
phenopacket_reader,
)

from phenopackets import Disease
from phenotype2phenopacket.utils.phenopacket_utils import (
PhenopacketInterpretationExtender,
PhenopacketUtil,
Expand Down

0 comments on commit 76a5abc

Please sign in to comment.