mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Applied black
This commit is contained in:
parent
34bc16aa59
commit
025fdd46f7
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ def app_client_with_cors():
|
|||
|
||||
@pytest.fixture(scope="session")
|
||||
def app_client_immutable_and_inspect_file():
|
||||
inspect_data = {'fixtures': {'tables': {'sortable': {'count': 100}}}}
|
||||
inspect_data = {"fixtures": {"tables": {"sortable": {"count": 100}}}}
|
||||
yield from make_app_client(is_immutable=True, inspect_data=inspect_data)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue