mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed unnecessary imports with autoflake
I ran this:
autoflake --in-place --recursive tests datasette
This commit is contained in:
parent
ecae805d37
commit
6a348e3c2c
9 changed files with 4 additions and 10 deletions
|
|
@ -1,5 +1,3 @@
|
|||
from collections import namedtuple
|
||||
|
||||
import pytest
|
||||
|
||||
from datasette.facets import ArrayFacet, ColumnFacet, DateFacet, ManyToManyFacet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue