Make only_shrink a keyword-only argument.

master
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
1 changed files with 1 additions and 0 deletions

View File

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