Skip to content

Commit

Permalink
Remove gene_set_utils import from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Jan 10, 2024
1 parent 860dd62 commit efbfd9d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ontogpt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@
from ontogpt.io.html_exporter import HTMLExporter
from ontogpt.io.markdown_exporter import MarkdownExporter
from ontogpt.io.template_loader import get_template_details
from ontogpt.utils.gene_set_utils import (
GeneSet,
_is_human,
fill_missing_gene_set_values,
parse_gene_set,
)
from ontogpt.utils.gpt4all_runner import chain_gpt4all_model, set_up_gpt4all_model

__all__ = [
Expand Down

0 comments on commit efbfd9d

Please sign in to comment.