chitralverma commented on code in PR #7139:
URL: https://github.com/apache/opendal/pull/7139#discussion_r2670951321
##########
bindings/python/python/opendal/__init__.py:
##########
@@ -31,12 +32,13 @@
__version__: builtins.str
__all__ = [
+ "AsyncOperator",
+ "Operator",
"capability",
"exceptions",
"file",
"layers",
+ "operator",
"services",
"types",
- "AsyncOperator",
Review Comment:
I think these are formatting changes, can you try running the following in
the project root ?
```
just fmt
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]