mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Run black formatter
This commit is contained in:
parent
b5f41772ca
commit
60a38cee85
14 changed files with 222 additions and 80 deletions
|
|
@ -5,7 +5,9 @@ import re
|
|||
from .fixtures import make_app_client, app_client
|
||||
|
||||
# Mark entire module as xfail since view-query permission not yet migrated, refs #2534
|
||||
pytestmark = pytest.mark.xfail(reason="view-query permission not yet migrated to new permission system, refs #2534")
|
||||
pytestmark = pytest.mark.xfail(
|
||||
reason="view-query permission not yet migrated to new permission system, refs #2534"
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue