We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a3a5f commit be6567dCopy full SHA for be6567d
1 file changed
imagekitio/models/UploadFileRequestOptions.py
@@ -49,5 +49,5 @@ def __init__(
49
self.custom_metadata = custom_metadata
50
if transformation is not None:
51
self.transformation = transformation
52
- if checks is not None and isinstance(checks, str):
+ if checks is not None:
53
self.checks = checks
0 commit comments