Skip to content

Commit c4b8041

Browse files
author
Eugene Shershen
committed
fix mypy
1 parent 0a6959d commit c4b8041

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

psqlpy_sqlalchemy/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class AsyncAdapt_psqlpy_cursor(AsyncAdapt_dbapi_cursor):
5555

5656
_adapt_connection: "AsyncAdapt_psqlpy_connection"
5757
_connection: psqlpy.Connection # type: ignore[assignment]
58+
_cursor: t.Optional[t.Any] # type: ignore[assignment]
5859
_awaitable_cursor_close: bool = False
5960

6061
def __init__(

0 commit comments

Comments
 (0)