mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04:32 +02:00
flake8 fixes
This commit is contained in:
parent
da93cf115e
commit
93114feefb
3 changed files with 8 additions and 6 deletions
|
|
@ -19,11 +19,9 @@ import tabulate
|
|||
from .utils import (
|
||||
file_progress,
|
||||
find_spatialite,
|
||||
progressbar,
|
||||
sqlite3,
|
||||
decode_base64_values,
|
||||
rows_from_file,
|
||||
types_for_column_types,
|
||||
Format,
|
||||
TypeTracker,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ from .utils import (
|
|||
)
|
||||
from collections import namedtuple
|
||||
from collections.abc import Mapping
|
||||
import click
|
||||
import contextlib
|
||||
import datetime
|
||||
import decimal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue