瀏覽代碼

remove nopep8

Guénaël Muller 6 年之前
父節點
當前提交
d18e0bb767
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tracim/views/core_api/workspace_controller.py

+ 1 - 1
tracim/views/core_api/workspace_controller.py 查看文件

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,