8000 fix: style · etherscan-io/sentry-python@a291f8f · GitHub
[go: up one dir, main page]

Skip to content

Commit a291f8f

Browse files
committed
fix: style
1 parent 00c542f commit a291f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/celery/test_celery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test_simple(capture_events, celery):
2020

2121
@celery.task(name="dummy_task")
2222
def dummy_task(x, y):
23-
foo = 42
23+
foo = 42 # noqa
2424
return x / y
2525

2626
dummy_task.delay(1, 2)

0 commit comments

Comments
 (0)
0