Selaa lähdekoodia

remove nopep8

Guénaël Muller 7 vuotta sitten
vanhempi
commit
d18e0bb767
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tracim/views/core_api/workspace_controller.py

+ 1 - 1
tracim/views/core_api/workspace_controller.py Näytä tiedosto

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,