Skip to content

Commit 7f51fc8

Browse files
fix(tests): update import paths for Example and ExampleCollection
Module moved from msgflux.examples to msgflux.core.examples. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4eba794 commit 7f51fc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/nn/modules/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from msgflux.core.message import Message
88
from msgflux.models.response import ModelResponse
99
from msgflux.nn.modules.tool import ToolLibrary, ToolResponses, ToolCall
10-
from msgflux.examples import Example
10+
from msgflux.core.examples import Example
1111

1212

1313
@pytest.fixture

tests/test_examples.py

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

3-
from msgflux.examples import Example, ExampleCollection
3+
from msgflux.core.examples import Example, ExampleCollection
44

55

66
@pytest.fixture

0 commit comments

Comments
 (0)