Skip to content

Commit a5ade55

Browse files
committed
test case for codeflare pipeline or function
2 parents a0195ea + 5ce611f commit a5ade55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codeflare/tests/test_and.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22
import ray
3-
from hercules.Datamodel import Xy
4-
from hercules.Datamodel import XYRef
5-
import hercules.Datamodel as dm
3+
from codeflare.pipelines.Datamodel import Xy
4+
from codeflare.pipelines.Datamodel import XYRef
5+
import codeflare.pipelines.Datamodel as dm
66

0 commit comments

Comments
 (0)