We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b059d commit f990e13Copy full SHA for f990e13
sqlite_utils/utils.py
@@ -5,7 +5,7 @@
5
import io
6
import json
7
import os
8
-from sqlite3.dump import _iterdump as iterdump # type: ignore
+from sqlite3.dump import _iterdump as iterdump # type: ignore # noqa: F401
9
from typing import cast, BinaryIO, Iterable, Optional, Tuple, Type
10
11
import click
0 commit comments