From 31d5e4b9ae1336ba418b94abe8d57f3fa634ac1b Mon Sep 17 00:00:00 2001 From: Haomai Wang Date: Wed, 2 Nov 2016 18:19:13 +0800 Subject: [PATCH] pybind/rgw_file: fix unnecessary return value Signed-off-by: Haomai Wang --- src/pybind/rgw/rgw_file.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/rgw/rgw_file.pyx b/src/pybind/rgw/rgw_file.pyx index ff13acc637b74..6aaffb9bdedbe 100644 --- a/src/pybind/rgw/rgw_file.pyx +++ b/src/pybind/rgw/rgw_file.pyx @@ -343,7 +343,6 @@ cdef class LibRGWFS(object): def __exit__(self, type_, value, traceback): self.shutdown() - return False def __dealloc__(self): self.shutdown() -- 2.39.5