Rename orm module to om
This commit is contained in:
parent
62240723ca
commit
2bd71ff087
7 changed files with 11 additions and 15 deletions
|
@ -2,7 +2,7 @@ import pytest
|
|||
from redis import Redis
|
||||
|
||||
from redis_developer.connections import get_redis_connection
|
||||
from redis_developer.orm.migrations.migrator import Migrator
|
||||
from redis_developer.model.migrations.migrator import Migrator
|
||||
|
||||
|
||||
@pytest.fixture(scope="module", autouse=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue