Skip to content

Commit 27e7d01

Browse files
Remove internal methods from help strings
1 parent 269f4b4 commit 27e7d01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudinary_cli/utils/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from cloudinary_cli.defaults import logger, TEMPLATE_FOLDER
1515

1616
not_callable = ('is_appengine_sandbox', 'call_tags_api', 'call_context_api', 'call_cacheable_api', 'call_api',
17-
'call_metadata_api', 'call_json_api', 'text', 'only', 'transformation_string'
18-
'account_config', 'reset_config', 'upload_large_part')
17+
'call_metadata_api', 'call_json_api', 'only', 'transformation_string'
18+
'account_config', 'reset_config', 'upload_large_part', 'upload_image', 'upload_resource')
1919

2020
BLOCK_SIZE = 65536
2121

0 commit comments

Comments
 (0)