Commit c631247
fix(integrations): Use Any instead of object in capturing wrapper
Mypy rejects `*args: object` when the wrapped function has specific
parameter types. Switch to `Any` so the forwarding call type-checks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7555f30 commit c631247
File tree
1 file changed
+2
-1
lines changed- tests/sentry/integrations/msteams
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
374 | | - | |
| 375 | + | |
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| |||
0 commit comments