Configured and applied isort, refs #516

This commit is contained in:
Simon Willison 2023-08-22 19:07:10 -07:00
commit 59a5d336bd
78 changed files with 435 additions and 352 deletions

View file

@ -1,19 +1,22 @@
import json
import pathlib
import re
import urllib.parse
import pytest
from bs4 import BeautifulSoup as Soup
from datasette.utils import allowed_pragmas
from .fixtures import ( # noqa
METADATA,
app_client,
app_client_base_url_prefix,
app_client_shorter_time_limit,
app_client_two_attached_databases,
make_app_client,
METADATA,
)
from .utils import assert_footer_links, inner_html
import json
import pathlib
import pytest
import re
import urllib.parse
def test_homepage(app_client_two_attached_databases):