Skip to content

Commit d535e50

Browse files
committed
Update syntax
1 parent f87e4d9 commit d535e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/_obstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __eq__(self, value: object) -> bool:
5959
if not isinstance(value, ObjectStore):
6060
return False
6161

62-
if self.read_only != value.read_only:
62+
if not self.read_only == value.read_only:
6363
return False
6464

6565
if not isinstance(self.store, type(value.store)):

0 commit comments

Comments
 (0)