Make only_shrink a keyword-only argument.

This commit is contained in:
voussoir 2022-01-09 16:54:15 -08:00
parent c1886ba536
commit c914d4236e
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -36,6 +36,7 @@ def fit_into_bounds(
image_height,
frame_width,
frame_height,
*,
only_shrink=False,
) -> tuple:
'''