Skip to content

Commit 1831b3c

Browse files
committed
pass lint
1 parent da5ad14 commit 1831b3c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/source/UserGuides/Miscellaneous/Changelog.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,15 @@ What's New
8787
^^^^^^^^^^
8888

8989
* This version introduces a new ``AsyncEdge`` object for asynchronous access to the CTERA Edge Filer.
90-
* Supported file browser operations include:
91-
``listdir``, ``handle``, ``handle_many``, ``download``, ``download_many``,
90+
* Supported file browser operations include:
91+
``listdir``, ``handle``, ``handle_many``, ``download``, ``download_many``,
9292
``upload``, ``upload_file``, ``mkdir``, ``makedirs``, ``copy``, ``move``, and ``delete``.
9393

9494
Improvements
9595
^^^^^^^^^^^^
9696

97-
* Logging is no longer enabled by default. As of this version, it is the responsibility of the client application to configure logging explicitly.
97+
* Logging is no longer enabled by default. As of this version, it is the responsibility of the
98+
client application to configure logging explicitly.
9899
This change aligns with best practices for libraries and allows greater flexibility in how logs are managed.
99100

100101
* Introduced improved configuration settings to support both synchronous and asynchronous access to the CTERA Portal and Edge Filers.
@@ -110,3 +111,4 @@ Improvements
110111
cterasdk.settings.edge.asyn.settings.connector.ssl = False # AsyncEdge
111112
112113
*Related issues and pull requests on GitHub:* `#294 <https://github.com/ctera/ctera-python-sdk/pull/294>`_
114+

0 commit comments

Comments
 (0)