Make Asset.replace only accept keyword arguments
This commit is contained in:
parent
f7d551953b
commit
d9adf4d35d
@ -256,6 +256,7 @@ class Asset(AssetMixin):
|
||||
|
||||
def replace(
|
||||
self,
|
||||
*,
|
||||
size: int = MISSING,
|
||||
format: ValidAssetFormatTypes = MISSING,
|
||||
static_format: ValidStaticFormatTypes = MISSING,
|
||||
|
Loading…
x
Reference in New Issue
Block a user