소스 검색

remove nopep8

Guénaël Muller 7 년 전
부모
커밋
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,