Explorar el Código

remove nopep8

Guénaël Muller hace 6 años
padre
commit
d18e0bb767
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tracim/views/core_api/workspace_controller.py

+ 1 - 1
tracim/views/core_api/workspace_controller.py Ver fichero

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