mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
remove unneeded Interator base class from sqlite3.Cursor (#12813)
This commit is contained in:
@@ -397,7 +397,7 @@ class Connection:
|
||||
self, type: type[BaseException] | None, value: BaseException | None, traceback: TracebackType | None, /
|
||||
) -> Literal[False]: ...
|
||||
|
||||
class Cursor(Iterator[Any]):
|
||||
class Cursor:
|
||||
arraysize: int
|
||||
@property
|
||||
def connection(self) -> Connection: ...
|
||||
|
||||
Reference in New Issue
Block a user