refactor: replace wildcard import in pipelines.py with explicit imports
Signed-off-by: Faizan Shaikh <faizansk9292@gmail.com>
This commit is contained in:
parent
240d50e96f
commit
bc6117fcba
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
# of enabling imports from `cognee.pipelines` module.
|
# of enabling imports from `cognee.pipelines` module.
|
||||||
# `from cognee.pipelines import Task` for example.
|
# `from cognee.pipelines import Task` for example.
|
||||||
|
|
||||||
from .modules.pipelines import *
|
from .modules.pipelines import Task, run_tasks, run_tasks_parallel, run_pipeline
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue