mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
flake8 fix, refs #440
This commit is contained in:
parent
d9c715a2fc
commit
f142bb1212
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import itertools
|
|||
import json
|
||||
import os
|
||||
from . import recipes
|
||||
from typing import Dict, cast, BinaryIO, Iterable, Optional, Tuple, Type, Union
|
||||
from typing import Dict, cast, BinaryIO, Iterable, Optional, Tuple, Type
|
||||
|
||||
import click
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue