mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Configured and applied isort, refs #516
This commit is contained in:
parent
17ec309e14
commit
59a5d336bd
78 changed files with 435 additions and 352 deletions
|
|
@ -2,12 +2,14 @@
|
|||
Tests for the datasette.app.Datasette class
|
||||
"""
|
||||
import dataclasses
|
||||
from datasette import Forbidden, Context
|
||||
from datasette.app import Datasette, Database
|
||||
from itsdangerous import BadSignature
|
||||
import pytest
|
||||
from typing import Optional
|
||||
|
||||
import pytest
|
||||
from itsdangerous import BadSignature
|
||||
|
||||
from datasette import Context, Forbidden
|
||||
from datasette.app import Database, Datasette
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def datasette(ds_client):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue