You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I removed this function from exceptions but I would still prefer to fix the bug.
Traceback (most recent call last):
File "main.py", line 1, in
from keycloak.aio.realm import KeycloakRealm
File "/usr/local/lib/python3.7/dist-packages/keycloak/aio/init.py", line 8, in
from .authz import * # noqa: F403
File "/usr/local/lib/python3.7/dist-packages/keycloak/aio/authz.py", line 7, in
from keycloak.exceptions import KeycloakClientError
ImportError: cannot import name 'KeycloakClientError' from 'keycloak.exceptions' (/usr/local/lib/python3.7/dist-packages/keycloak/exceptions.py)
The text was updated successfully, but these errors were encountered:
I removed this function from exceptions but I would still prefer to fix the bug.
The text was updated successfully, but these errors were encountered: