Skip to content

Commit ba90b90

Browse files
committed
Fix linter error
1 parent 17954ab commit ba90b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/application_celery/test_wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
def test_worker_optimizations_preserve_instrumentation(celery_worker_available):
2121
"""
2222
Tests that worker optimizations do not remove New Relic instrumentation.
23-
23+
2424
Previously, New Relic was applying instrumentation hooks to `Task`/`BaseTask`.
2525
Setting up and resetting worker optimizations were removing the instrumentation
2626
so, instrumentation was created to remove the instrumentation, run the worker

0 commit comments

Comments
 (0)