Browse Source

remove nopep8

Guénaël Muller 7 years ago
parent
commit
d18e0bb767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/views/core_api/workspace_controller.py

+ 1 - 1
tracim/views/core_api/workspace_controller.py View File

168
     @require_candidate_workspace_role(UserRoleInWorkspace.CONTRIBUTOR)
168
     @require_candidate_workspace_role(UserRoleInWorkspace.CONTRIBUTOR)
169
     @hapic.input_path(WorkspaceAndContentIdPathSchema())
169
     @hapic.input_path(WorkspaceAndContentIdPathSchema())
170
     @hapic.input_body(ContentMoveSchema())
170
     @hapic.input_body(ContentMoveSchema())
171
-    @hapic.output_body(ContentDigestSchema())  # nopep8
171
+    @hapic.output_body(ContentDigestSchema())
172
     def move_content(
172
     def move_content(
173
             self,
173
             self,
174
             context,
174
             context,