Commit e23a8f1
ref(celery): Remove unused
In the Celery integration, we use a custom `NoOpMgr` to make working
with context managers a bit easier. It's defined in the file where we
use it. There is another, completely unused copy in the `utils.py` of
the Celery integration. Remove that one.
Note: Once we drop 3.6 support, we can replace the custom class with
`nullcontext` from the standard library.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>NoOpMgr from utils (#6078)1 parent fe7e848 commit e23a8f1
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
0 commit comments