improved version

This commit is contained in:
Maxim Kurnikov
2018-07-29 20:06:41 +03:00
parent c180555415
commit 89bb6eac75
160 changed files with 1007 additions and 607 deletions

View File

@@ -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: ...