mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-27 12:24:11 +02:00
One more typing fix, refs #440
This commit is contained in:
parent
19efee2746
commit
d9c715a2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class RowError(Exception):
|
||||||
|
|
||||||
|
|
||||||
def _extra_key_strategy(
|
def _extra_key_strategy(
|
||||||
reader: Union[Iterable[dict], csv.DictReader[str]],
|
reader: Iterable[dict],
|
||||||
ignore_extras: Optional[bool] = False,
|
ignore_extras: Optional[bool] = False,
|
||||||
restkey: Optional[str] = None,
|
restkey: Optional[str] = None,
|
||||||
) -> Iterable[dict]:
|
) -> Iterable[dict]:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue