core/__init__.py: drop stale core.images reference from docstring

The audit #8 explanation no longer needs to name core.images as the
example case — the invariant holds for any submodule, and core.images
is about to be removed entirely as dead code.
This commit is contained in:
pax 2026-04-11 17:28:57 -05:00
parent 1864cfb088
commit 07665942db

View File

@ -7,9 +7,8 @@ treated as a download failure.
Setting it here (rather than as a side effect of importing
``core.cache``) means any code path that touches PIL via any
``booru_viewer.core.*`` submodule gets the cap installed first
``core.images`` no longer depends on ``core.cache`` having been
imported in the right order. Audit finding #8.
``booru_viewer.core.*`` submodule gets the cap installed first,
regardless of submodule import order. Audit finding #8.
"""
from PIL import Image as _PILImage