Explorar el Código

Happify lint.

Omer Katz hace 7 años
padre
commit
a2e65ec4c7
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      t/integration/test_canvas.py

+ 2 - 1
t/integration/test_canvas.py

@@ -248,7 +248,8 @@ class test_group:
 
     @flaky
     @pytest.mark.xfail(raises=ExtraData, strict=True)
-    @pytest.mark.celery(task_serializer='msgpack', accept_content=['application/x-msgpack'])
+    @pytest.mark.celery(task_serializer='msgpack',
+                        accept_content=['application/x-msgpack'])
     def test_group_msgpack(self, manager):
         assert manager.inspect().ping()