Moved ldap async modules to dedicated subpkg.
This commit is contained in:
parent
8dce6566ee
commit
2cf07d6732
0
src/phi/async_ldap/__init__.py
Normal file
0
src/phi/async_ldap/__init__.py
Normal file
|
@ -6,7 +6,7 @@ import logging
|
|||
import mock
|
||||
import pytest
|
||||
|
||||
from phi.ldap.async_client import (
|
||||
from phi.async_ldap.client import (
|
||||
parse_host,
|
||||
checked_port,
|
||||
compose_dn_username,
|
|
@ -4,7 +4,7 @@ import asyncio
|
|||
from async_generator import asynccontextmanager
|
||||
import pytest
|
||||
|
||||
from phi.ldap.async_model import (
|
||||
from phi.async_ldap.model import (
|
||||
get_class,
|
||||
recall,
|
||||
call_if_callable,
|
Loading…
Reference in New Issue
Block a user