Files
aitbc/aitbc
aitbc f947fa12bc fix: rename queue.py to queue_manager.py to avoid shadowing Python stdlib
The aitbc/queue.py module was shadowing Python's standard library queue module,
causing urllib3 to fail with AttributeError when trying to import queue.LifoQueue.
Renamed to queue_manager.py to resolve the naming conflict.
2026-04-25 08:04:50 +02:00
..