Skip to content

Commit 4fc0aef

Browse files
fix tests
1 parent 0624b9d commit 4fc0aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/future/test_metric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import pytest
55

66
from galileo.__future__ import Metric
7-
from galileo.__future__.base import SyncState
8-
from galileo.__future__.exceptions import ValidationError
7+
from galileo.__future__.shared.base import SyncState
8+
from galileo.__future__.shared.exceptions import ValidationError
99
from galileo.resources.models import OutputTypeEnum, ScorerTypes
1010
from galileo_core.schemas.logging.step import StepType
1111

0 commit comments

Comments
 (0)