Files
bot-bottle/bot_bottle/backend/firecracker
didericis-claude 4f370f48e0 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 10:41:30 -04:00
..