Files
bot-bottle/bot_bottle/backend
didericis-claude d3b37801a8 fix: remove redundant quoted annotations in BottleImages and abstract methods
`from __future__ import annotations` already defers all annotation
evaluation, so quoting `str | Path`, `BottleImages` inside the same
module was redundant and tripped pyright strict mode.
2026-07-21 01:50:45 -04:00
..