Skip to content

Commit 0dfc434

Browse files
committed
chore: correct-import-path
1 parent c62ae7a commit 0dfc434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import typing
22

33
import pytest
4-
from flag_engine.segments.evaluator import EvaluationResult, FlagResult
4+
from flag_engine.result.types import EvaluationResult, FlagResult
55

66
from flagsmith.models import Flag, Flags
77

0 commit comments

Comments
 (0)