Files
bot-bottle/bot_bottle/backend/firecracker
didericis-claude bdfa17e940 fix(lint): remove unused BottleImages imports from two test files
pyright strict reportUnusedImport flagged BottleImages in
test_docker_launch_committed_image.py and test_macos_container_launch.py;
neither file references the type by name (they only use the returned
value's attributes).
2026-07-20 18:33:40 -04:00
..