Skip to content

Commit b7e8724

Browse files
Update stubs/PyMySQL/pymysql/cursors.pyi
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
1 parent 988964d commit b7e8724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stubs/PyMySQL/pymysql/cursors.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ class DictCursor(DictCursorMixin, Cursor): ... # type: ignore[misc]
5454

5555
class SSDictCursor(DictCursorMixin, SSCursor): # type: ignore[misc]
5656
def fetchall_unbuffered(self) -> Iterator[dict[str, Any]]: ... # type: ignore[override]
57-
def read_next(self) -> dict[str, Any] | None: ...
57+
def read_next(self) -> dict[str, Any] | None: ... # type: ignore[override]

0 commit comments

Comments
 (0)