Skip to content

Commit dd28e28

Browse files
committed
Removed unused method [skip ci]
1 parent b4287d5 commit dd28e28

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

pgvector/bit.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,3 @@ def _to_db(cls, value: Bit) -> str:
100100
raise ValueError('expected bit')
101101

102102
return value.to_text()
103-
104-
@classmethod
105-
def _to_db_binary(cls, value: Bit) -> bytes:
106-
if not isinstance(value, Bit):
107-
raise ValueError('expected bit')
108-
109-
return value.to_binary()

0 commit comments

Comments
 (0)