Remove ununsed library. Remove unused code. Fix formatting.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-14 15:55:56 -04:00
committed by Roberto Rosario
parent 6ecd12d250
commit 3159a6bf1f
2 changed files with 0 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ from .permissions import (
class DocumentCommentCreateView(SingleObjectCreateView):
fields = ('comment',)
model = Comment
object_verbose_name = _('Comment')
def dispatch(self, request, *args, **kwargs):
AccessControlList.objects.check_access(