4a4d3b2455
`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.