We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed0dd7 commit b7e285fCopy full SHA for b7e285f
sqlalchemy-stubs/dialects/postgresql/dml.pyi
@@ -35,7 +35,7 @@ class Insert(StandardInsert):
35
] = ...,
36
index_elements: Optional[Sequence[Union[str, Column]]] = ...,
37
index_where: Optional[Any] = ...,
38
- ) -> "Index": ...
+ ) -> "Insert": ...
39
40
insert: Any
41
0 commit comments