chitralverma commented on code in PR #6690:
URL: https://github.com/apache/opendal/pull/6690#discussion_r2439497455
##########
bindings/python/src/capability.rs:
##########
@@ -28,56 +35,59 @@ pub struct Capability {
/// If operator supports stat with if none match.
pub stat_with_if_none_match: bool,
- /// Indicates if the operator supports read operations.
+ /// If the operator supports read operations.
pub read: bool,
- /// Indicates if conditional read operations using If-Match are supported.
+ /// If conditional read operations using If-Match are supported.
pub read_with_if_match: bool,
Review Comment:
these changes are primarily a fix for for line length lints reported by ruff.
--
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]