chitralverma commented on code in PR #7824:
URL: https://github.com/apache/opendal/pull/7824#discussion_r3474851372


##########
bindings/python/src/file.rs:
##########
@@ -790,10 +749,6 @@ impl AsyncFile {
     /// -------
     /// coroutine
     ///     An awaitable that returns True if this file is closed.
-    #[gen_stub(override_return_type(
-        type_repr="collections.abc.Awaitable[builtins.bool]",
-        imports=("collections.abc", "builtins")
-    ))]
     #[getter]
     pub fn closed<'p>(&'p self, py: Python<'p>) -> PyResult<Bound<'p, PyAny>> {
         let state = self.0.clone();

Review Comment:
   not applicable for getters



-- 
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]

Reply via email to