Skip to content

Commit 2f8c94b

Browse files
author
Roxanne Farhad
committed
fixing linter
1 parent 77ef431 commit 2f8c94b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/agentex/_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
from typing_extensions import Self, Literal, override
88

99
import httpx
10-
from yarl import cache_clear
1110

1211
from agentex.resources import (
13-
AsyncDeploymentHistoryResource,
14-
AsyncDeploymentHistoryResourceWithRawResponse,
1512
DeploymentHistoryResource,
13+
AsyncDeploymentHistoryResource,
1614
)
1715

1816
from . import _exceptions

0 commit comments

Comments
 (0)