0afd9c8698
`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.