Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 2, 2021
1 parent 437a53e commit 99e33ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mitama/models/roles.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from mitama.db import BaseDatabase, func, ForeignKey, relationship, Table, backref
from mitama.db.types import Column, Group, Integer, LargeBinary
from mitama.db.types import Column, Integer, LargeBinary
from mitama.db.types import Node as NodeType
from mitama.db.types import String
from mitama.db.model import UUID

from .core_db import db
from .nodes import User, Group, UserGroup

role_user = Table(
"mitama_role_user",
Expand Down

0 comments on commit 99e33ad

Please sign in to comment.