Skip to content

Commit d23844e

Browse files
committed
Fixed example [skip ci]
1 parent 030def9 commit d23844e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ And register the types with the underlying driver
284284

285285
```python
286286
from pgvector.psycopg2 import register_vector
287-
from sqlalchemy import engine
287+
from sqlalchemy import event
288288

289289
@event.listens_for(engine, "connect")
290290
def connect(dbapi_connection, connection_record):

0 commit comments

Comments
 (0)