Skip to content

Commit 243d68a

Browse files
committed
(chore) fix deployment_history test
1 parent 3ec2a1e commit 243d68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api_resources/test_deployment_history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pytest
99

1010
from agentex import Agentex, AsyncAgentex
11-
from tests.utils import assert_matches_type
11+
from ..utils import assert_matches_type
1212
from agentex.types import (
1313
DeploymentHistoryListResponse,
1414
DeploymentHistoryRetrieveResponse,

0 commit comments

Comments
 (0)