Remove unsed import on attachments permissions module.
parent
dc013967b5
commit
b1024f7df1
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm,
|
||||
IsProjectOwner, AllowAny, PermissionComponent)
|
||||
AllowAny, PermissionComponent)
|
||||
|
||||
|
||||
class IsAttachmentOwnerPerm(PermissionComponent):
|
||||
|
|
Loading…
Reference in New Issue