mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-13 12:04:09 +02:00
Format with Black, remove unused imports, fix implicitly concatenated string
This commit is contained in:
parent
15f15933b1
commit
9c9fdc3790
11 changed files with 95 additions and 112 deletions
|
|
@ -31,8 +31,7 @@ def test_extract_single_column(fresh_db, table, fk_column):
|
|||
+ ")"
|
||||
)
|
||||
assert fresh_db[expected_table].schema == (
|
||||
f"CREATE TABLE [{expected_table}] (\n"
|
||||
+ " [id] INTEGER PRIMARY KEY,\n"
|
||||
f"CREATE TABLE [{expected_table}] (\n [id] INTEGER PRIMARY KEY,\n"
|
||||
" [species] TEXT\n"
|
||||
")"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue