Skip to content

Commit

Permalink
fixed styling of import
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Apr 6, 2024
1 parent 6897ee7 commit b9bcec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions iderare_pheno/simrec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
from pyhpo import Ontology, HPOSet, Omim, stats
from pyhpo import HPOSet, Omim, Ontology, stats

Ontology('phenotype/rawdl_20240310')

Expand Down
4 changes: 2 additions & 2 deletions iderare_pheno/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
from datetime import datetime

import pandas as pd
import scipy.cluster

from datetime import datetime
from matplotlib import pyplot as plt

# Convert data(s) to dataframe
Expand Down

0 comments on commit b9bcec3

Please sign in to comment.