Rename orm module to om
This commit is contained in:
parent
62240723ca
commit
2bd71ff087
7 changed files with 11 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from collections import Sequence
|
||||
from typing import Any, Dict, Mapping, Union, List
|
||||
|
||||
from redis_developer.om.model import Expression
|
||||
from redis_developer.model.model import Expression
|
||||
|
||||
|
||||
class LogicalOperatorForListOfExpressions(Expression):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue