We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c542f commit a291f8fCopy full SHA for a291f8f
tests/integrations/celery/test_celery.py
@@ -20,7 +20,7 @@ def test_simple(capture_events, celery):
20
21
@celery.task(name="dummy_task")
22
def dummy_task(x, y):
23
- foo = 42
+ foo = 42 # noqa
24
return x / y
25
26
dummy_task.delay(1, 2)
0 commit comments