Skip to content

Commit 8e7f62c

Browse files
committed
nit
1 parent bd61bc2 commit 8e7f62c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

db_dtypes/json.py

-9
Original file line numberDiff line numberDiff line change
@@ -269,15 +269,6 @@ def __arrow_ext_serialize__(self) -> bytes:
269269
# No parameters are necessary
270270
return b""
271271

272-
def __eq__(self, other):
273-
if isinstance(other, pyarrow.BaseExtensionType):
274-
return type(self) == type(other)
275-
else:
276-
return NotImplemented
277-
278-
def __ne__(self, other) -> bool:
279-
return not self == other
280-
281272
@classmethod
282273
def __arrow_ext_deserialize__(cls, storage_type, serialized) -> ArrowJSONType:
283274
# return an instance of this subclass

0 commit comments

Comments
 (0)