Open IvanKirpichnikov opened 2 weeks ago
https://github.com/hntuan7684/aiokeycloak.git, if you are unsatisfied, please give me more suggestions
Can you give me more details . So that I can work on it .
Hello. need to add to aiokeycloak/__init__.py
add KeycloakClientFactory
and KeycloakClient
imports. In (types | methods)/__init__.py
needs to add imports of all types and methods. You need to use absolute paths and the dander variable __all__
.
It's going to happen, something like that.
from aiokeycloak.client import KeycloakClient
from aiokeycloak.factory import KeycloakClientFactory
__all__ = [
"KeycloakClient",
"KeycloakClientFactory",
]
https://github.com/hntuan7684/aiokeycloak.git, if you are unsatisfied, please give me more suggestions
I didn't notice that you specified your repository. Create an extraction request. I'll point out the mistakes.
https://github.com/hntuan7684/aiokeycloak.git, if you are unsatisfied, please give me more suggestions
i created pull request. check code review.
I created pull request check code help me
Can you give me more details . So that I can work on it .