Remove unsed import on attachments permissions module.

remotes/origin/enhancement/email-actions
Andrey Antukh 2014-09-05 22:32:05 +02:00
parent dc013967b5
commit b1024f7df1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
from taiga.base.api.permissions import (TaigaResourcePermission, HasProjectPerm,
IsProjectOwner, AllowAny, PermissionComponent)
AllowAny, PermissionComponent)
class IsAttachmentOwnerPerm(PermissionComponent):