mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied Black, refs #1305
This commit is contained in:
parent
80d8b0eb41
commit
d5d387abfe
1 changed files with 1 additions and 7 deletions
|
|
@ -1692,13 +1692,7 @@ def test_unavailable_table_does_not_break_sort_relationships():
|
|||
with make_app_client(
|
||||
metadata={
|
||||
"databases": {
|
||||
"fixtures": {
|
||||
"tables": {
|
||||
"foreign_key_references": {
|
||||
"allow": False
|
||||
}
|
||||
}
|
||||
}
|
||||
"fixtures": {"tables": {"foreign_key_references": {"allow": False}}}
|
||||
}
|
||||
}
|
||||
) as client:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue