Skip to content

Commit

Permalink
fix import generic obj perm models
Browse files Browse the repository at this point in the history
  • Loading branch information
partimer authored and brianmay committed Jan 13, 2020
1 parent f88d190 commit 1fae6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guardian/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
BaseGenericObjectPermission,
UserObjectPermissionBase,
UserObjectPermissionAbstract,
UserObjectPermission,
GroupObjectPermissionBase,
GroupObjectPermissionAbstract,
GroupObjectPermission,
Permission,
Group
)
Expand Down

0 comments on commit 1fae6e2

Please sign in to comment.