Rename orm module to om
This commit is contained in:
parent
62240723ca
commit
2bd71ff087
7 changed files with 11 additions and 15 deletions
|
|
@ -8,11 +8,11 @@ import pytest
|
|||
import redis
|
||||
from pydantic import ValidationError
|
||||
|
||||
from redis_developer.orm import (
|
||||
from redis_developer.model import (
|
||||
HashModel,
|
||||
Field,
|
||||
)
|
||||
from redis_developer.orm.model import RedisModelError, QueryNotSupportedError, NotFoundError
|
||||
from redis_developer.model.model import RedisModelError, QueryNotSupportedError, NotFoundError
|
||||
|
||||
r = redis.Redis()
|
||||
today = datetime.date.today()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue