Skip to content

Commit 9a8c498

Browse files
committed
fix: dont override transport for httpx
1 parent 949e9b5 commit 9a8c498

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/keycloak/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def __init__(
140140
),
141141
)
142142
self.async_s.auth = None # pyright: ignore[reportAttributeAccessIssue]
143-
self.async_s.transport = httpx.AsyncHTTPTransport(retries=1) # pyright: ignore[reportAttributeAccessIssue]
144143

145144
async def aclose(self) -> None:
146145
"""Close the async connection on delete."""

0 commit comments

Comments
 (0)