Fix CI
This commit is contained in:
parent
1e5065b80b
commit
f6027e9edd
6 changed files with 4 additions and 10 deletions
|
|
@ -10,7 +10,6 @@ from django.core.exceptions import ValidationError
|
|||
from django.db import models
|
||||
from django.db.models import F, Q, Model
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from member.models import Role
|
||||
|
||||
|
||||
|
|
@ -281,4 +280,3 @@ class RolePermissions(models.Model):
|
|||
|
||||
def __str__(self):
|
||||
return str(self.role)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue