Skip to content

Commit 77beeb1

Browse files
authored
Run lint
1 parent 90a1cef commit 77beeb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/api_resources/test_deployment_history.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
import pytest
99

1010
from agentex import Agentex, AsyncAgentex
11-
from ..utils import assert_matches_type
1211
from agentex.types import DeploymentHistory, DeploymentHistoryListResponse
1312

13+
from ..utils import assert_matches_type
14+
1415
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
1516

1617

0 commit comments

Comments
 (0)