Skip to content
Snippets Groups Projects
Commit 052e08f55c94 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

import relation with correct case at module level

parent d5b3bcb01e3a
No related branches found
No related tags found
1 merge request!18import relation with correct case at module level
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
from .mail_template import MailTemplate # noqa: F401 from .mail_template import MailTemplate # noqa: F401
from .model import Model # noqa: F401 from .model import Model # noqa: F401
from .relation import ( # noqa: F401 from .relation import ( # noqa: F401
Relation,
RelationToMany, RelationToMany,
RelationToManyMap, RelationToManyMap,
RelationToOne, RelationToOne,
...@@ -11,6 +10,7 @@ ...@@ -11,6 +10,7 @@
RelationToMany, RelationToMany,
RelationToManyMap, RelationToManyMap,
RelationToOne, RelationToOne,
relation,
) )
from .switch import Switch # noqa: F401 from .switch import Switch # noqa: F401
from .validate import NotInitialized, Validator # noqa: F401 from .validate import NotInitialized, Validator # noqa: F401
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment