Ditched setup.cfg and ran black

This commit is contained in:
Simon Willison 2025-11-23 12:49:59 -08:00
commit bfeb366f53
3 changed files with 6 additions and 5 deletions

View file

@ -25,7 +25,7 @@ def test_extracts(fresh_db, kwargs, expected_table, use_table_factory):
{"id": 2, "species_id": "Oak"},
{"id": 3, "species_id": "Palm"},
],
**insert_kwargs
**insert_kwargs,
)
# Should now have two tables: Trees and Species
assert {expected_table, "Trees"} == set(fresh_db.table_names())