remove unused closed attribute
This commit is contained in:
parent
937adbf439
commit
e6c275f86e
1 changed files with 0 additions and 4 deletions
|
@ -130,10 +130,6 @@ class BasePrefixDB:
|
|||
def try_catch_up_with_primary(self):
|
||||
self._db.try_catch_up_with_primary()
|
||||
|
||||
@property
|
||||
def closed(self) -> bool:
|
||||
return self._db.is_closed
|
||||
|
||||
def stage_raw_put(self, key: bytes, value: bytes):
|
||||
self._op_stack.append_op(RevertablePut(key, value))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue