Skip to content

Commit

Permalink
Issue: apache#5408
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashika-code committed Dec 23, 2024
1 parent f6bd79a commit 7b3a6d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ impl Operator {
pub fn delete(&self, path: &str) -> PyResult<()> {
self.core.delete(path).map_err(format_pyerr)
}

pub fn exists(&self, path: &str) -> PyResult<bool> {
self.core.exists(path).map_err(format_pyerr)
}
Expand Down

0 comments on commit 7b3a6d0

Please sign in to comment.