Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Oct 23, 2024
1 parent 548ae85 commit d5e9d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alphastats/llm/llm_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from typing import Dict, List

import pandas as pd
from DataSet import DataSet

from alphastats.DataSet import DataSet
from alphastats.llm.enrichment_analysis import get_enrichment_data
from alphastats.llm.uniprot_utils import get_gene_function

Expand Down
2 changes: 1 addition & 1 deletion tests/llm/test_llm_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from typing import Callable, Dict

import pandas as pd
from DataSet import DataSet

from alphastats.DataSet import DataSet
from alphastats.llm.llm_functions import (
GENERAL_FUNCTION_MAPPING,
get_assistant_functions,
Expand Down

0 comments on commit d5e9d84

Please sign in to comment.