Skip to content

Commit 8e19379

Browse files
committed
flake8
1 parent 3bb2cc8 commit 8e19379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kbcstorage/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __init__(self, api_domain, token, branch_id='default', without_files=False):
2626
"https://connection.keboola.com".
2727
token (str): A storage API key.
2828
branch_id (str): The ID of branch to use, use 'default' to work without branch (in main).
29-
without_files (bool): If True, do not init the Files endpoint and saves memory by not importing libraries for all backends.
29+
without_files (bool): If True saves memory by not importing files and libraries for all backends.
3030
"""
3131
self.root_url = api_domain.rstrip("/")
3232
self._token = token

0 commit comments

Comments
 (0)