mirror of
https://github.com/simonw/datasette.git
synced 2026-06-15 21:46:57 +02:00
Sort commits using isort
Also added lint test to ensure they stay sorted.
This commit is contained in:
parent
cdd24f3eaa
commit
ecae805d37
39 changed files with 190 additions and 123 deletions
|
|
@ -1,7 +1,9 @@
|
|||
from click.testing import CliRunner
|
||||
from datasette.cli import cli
|
||||
from pathlib import Path
|
||||
|
||||
from click.testing import CliRunner
|
||||
|
||||
from datasette.cli import cli
|
||||
|
||||
docs_path = Path(__file__).parent / "docs"
|
||||
|
||||
includes = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue