Skip to content

Commit

Permalink
trying to fix circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavkt committed Jan 12, 2025
1 parent 7101515 commit 68b5a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/tasks_retrieval/gene2gene_task_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
import pandas as pd

from gene_benchmark.tasks import dump_task_definitions
from scripts.tasks_retrieval.task_retrieval import (

from .task_retrieval import (
read_table,
report_task_single_col,
verify_source_of_data,
Expand Down

0 comments on commit 68b5a6d

Please sign in to comment.