Skip to content

Commit dcf931c

Browse files
committed
Updated comment [skip ci]
1 parent f2d5dab commit dcf931c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgvector/psycopg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def register_vector(context):
4949
raise psycopg.ProgrammingError('vector type not found in the database')
5050
info.register(context)
5151

52-
# add oid to anonymous class
52+
# add oid to anonymous class for set_types
5353
text_dumper = type('', (VectorDumper,), {'oid': info.oid})
5454
binary_dumper = type('', (VectorBinaryDumper,), {'oid': info.oid})
5555

0 commit comments

Comments
 (0)