We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0195ea + 5ce611f commit a5ade55Copy full SHA for a5ade55
codeflare/tests/test_and.py
@@ -1,6 +1,6 @@
1
import pytest
2
import ray
3
-from hercules.Datamodel import Xy
4
-from hercules.Datamodel import XYRef
5
-import hercules.Datamodel as dm
+from codeflare.pipelines.Datamodel import Xy
+from codeflare.pipelines.Datamodel import XYRef
+import codeflare.pipelines.Datamodel as dm
6
0 commit comments