Browse Source
fix: Add typing to Keycloak admin connection
pull/496/head
Jacky Lam
2 years ago
No known key found for this signature in database
GPG Key ID: 3808B044D81BD127
1 changed files with
1 additions and
1 deletions
-
src/keycloak/keycloak_admin.py
|
|
@ -84,7 +84,7 @@ class KeycloakAdmin: |
|
|
|
PAGE_SIZE = 100 |
|
|
|
|
|
|
|
_auto_refresh_token = None |
|
|
|
_connection = None |
|
|
|
_connection: KeycloakOpenIDConnection | None = None |
|
|
|
|
|
|
|
def __init__( |
|
|
|
self, |
|
|
|