Commit d4ce181
fix(extractor): add type annotation for active_connections
Add type annotation to resolve mypy error for active_connections
global variable. Annotated as dict[str, ResilientRabbitMQConnection]
to track active AMQP connections by data type.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e1e7bc2 commit d4ce181
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
| |||
0 commit comments