Make only_shrink a keyword-only argument.
This commit is contained in:
parent
c1886ba536
commit
c914d4236e
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def fit_into_bounds(
|
|||
image_height,
|
||||
frame_width,
|
||||
frame_height,
|
||||
*,
|
||||
only_shrink=False,
|
||||
) -> tuple:
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue