Remove ununsed library. Remove unused code. Fix formatting.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
6ecd12d250
commit
3159a6bf1f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user