Skip to content

Commit 0328db4

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
formatted the code
1 parent 1179e52 commit 0328db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ options = UploadFileRequestOptions(
411411
overwrite_tags=False,
412412
overwrite_custom_metadata=True,
413413
custom_metadata={'testss': 12},
414-
transformation={ 'pre': 'l-text,i-Imagekit,fs-50,l-end', 'post': [{'type': 'transformation', 'value': 'w-100'}]}
414+
transformation={'pre': 'l-text,i-Imagekit,fs-50,l-end', 'post': [{'type': 'transformation', 'value': 'w-100'}]}
415415
)
416416

417417
result = imagekit.upload_file(file='<url|base_64|binary>', # required

0 commit comments

Comments
 (0)