diff --git a/stubs/PyMySQL/pymysql/cursors.pyi b/stubs/PyMySQL/pymysql/cursors.pyi index 4a9dfca63f9b..2df8877356d7 100644 --- a/stubs/PyMySQL/pymysql/cursors.pyi +++ b/stubs/PyMySQL/pymysql/cursors.pyi @@ -17,6 +17,7 @@ class Cursor: messages: Any errorhandler: Any lastrowid: int + warning_count: int def __init__(self, connection: Connection[Any]) -> None: ... def close(self) -> None: ... def setinputsizes(self, *args) -> None: ...