Skip to content

Commit

Permalink
[fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
boke0 committed Mar 4, 2021
1 parent 61eef0e commit 688b9fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mitama/models/permissions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mitama.db import DatabaseManager, BaseDatabase, func, ForeignKey, relationship, Table, backref
from mitama.db import DatabaseManager, BaseDatabase, func, ForeignKey, relationship, Table
from mitama.db.types import Column, Group, Integer, LargeBinary
from mitama.db.types import Node as NodeType
from mitama.db.types import String
Expand Down Expand Up @@ -97,7 +97,6 @@ class InnerPermission(db_.Model):
roles = relationship(
"InnerRole",
secondary=inner_role_permission,
backref="permissions",
cascade="all, delete"
)

Expand Down

0 comments on commit 688b9fb

Please sign in to comment.