Rename to redis_om

This commit is contained in:
Andrew Brookins 2021-10-22 06:36:15 -07:00
parent 9b18dae2eb
commit c9967b0d40
19 changed files with 29 additions and 29 deletions

View file

@ -8,9 +8,9 @@ from unittest import mock
import pytest
from pydantic import ValidationError
from redis_developer.model import Field, HashModel
from redis_developer.model.migrations.migrator import Migrator
from redis_developer.model.model import (
from redis_om.model import Field, HashModel
from redis_om.model.migrations.migrator import Migrator
from redis_om.model.model import (
NotFoundError,
QueryNotSupportedError,
RedisModelError,