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,
|
image_height,
|
||||||
frame_width,
|
frame_width,
|
||||||
frame_height,
|
frame_height,
|
||||||
|
*,
|
||||||
only_shrink=False,
|
only_shrink=False,
|
||||||
) -> tuple:
|
) -> tuple:
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue