Skip to content

Commit bfa5954

Browse files
committed
Fixed lint [skip ci]
1 parent d5f764f commit bfa5954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgvector/sqlalchemy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def process(value):
2525

2626
def literal_processor(self, dialect):
2727
string_literal_processor = self._string._cached_literal_processor(dialect)
28+
2829
def process(value):
2930
return string_literal_processor(to_db(value, self.dim))
3031
return process

0 commit comments

Comments
 (0)