We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949e9b5 commit 9a8c498Copy full SHA for 9a8c498
1 file changed
src/keycloak/connection.py
@@ -140,7 +140,6 @@ def __init__(
140
),
141
)
142
self.async_s.auth = None # pyright: ignore[reportAttributeAccessIssue]
143
- self.async_s.transport = httpx.AsyncHTTPTransport(retries=1) # pyright: ignore[reportAttributeAccessIssue]
144
145
async def aclose(self) -> None:
146
"""Close the async connection on delete."""
0 commit comments