mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Ran against updated Black
This commit is contained in:
parent
6cd0fd2b4c
commit
92f77c3262
1 changed files with 0 additions and 1 deletions
|
|
@ -2876,7 +2876,6 @@ class Table(Queryable):
|
|||
self.add_missing_columns(chunk)
|
||||
result = self.db.execute(query, params)
|
||||
elif e.args[0] == "too many SQL variables":
|
||||
|
||||
first_half = chunk[: len(chunk) // 2]
|
||||
second_half = chunk[len(chunk) // 2 :]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue