Skip to content

Commit 3779409

Browse files
Do not flush VFS handles on closing. (#1863)
1 parent e58600c commit 3779409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tiledb/vfs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ def __exit__(
352352
exc_val: Optional[BaseException],
353353
exc_tb: Optional[TracebackType],
354354
) -> bool:
355-
self.flush()
356355
self._fh._close()
357356

358357
@property

0 commit comments

Comments
 (0)