Skip to content

Commit 80af3c2

Browse files
author
sentry-bot
committed
fix: Formatting
1 parent 2305fea commit 80af3c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integrations/celery/test_celery.py

+2
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,12 @@ def celery_invocation(request):
9999
"""
100100
return request.param
101101

102+
102103
@pytest.mark.parametrize("custom_celery_task_cls", (True, False))
103104
def test_simple(capture_events, celery, celery_invocation, custom_celery_task_cls):
104105

105106
if custom_celery_task_cls:
107+
106108
class CustomTask(celery.Task):
107109
def __call__(self, *args, **kwargs):
108110
return self.run(*args, **kwargs)

0 commit comments

Comments
 (0)