mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-22 01:28:29 +08:00
improved version
This commit is contained in:
@@ -78,5 +78,5 @@ class SQLiteCursorWrapper:
|
||||
def executemany(
|
||||
self,
|
||||
query: str,
|
||||
param_list: Union[List[Tuple[int]], List[Tuple[int, int]]]
|
||||
param_list: Union[List[Tuple[int, int]], List[Tuple[int]]]
|
||||
) -> SQLiteCursorWrapper: ...
|
||||
Reference in New Issue
Block a user