Skip to content

Commit

Permalink
fix: Add typing to Keycloak admin connection
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylamhk committed Oct 26, 2023
1 parent 5957607 commit 9f9dd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keycloak/keycloak_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class KeycloakAdmin:
PAGE_SIZE = 100

_auto_refresh_token = None
_connection = None
_connection: ConnectionManager | None = None

def __init__(
self,
Expand Down

0 comments on commit 9f9dd44

Please sign in to comment.