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 c91f1e6 commit 93b059dCopy full SHA for 93b059d
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
+from sqlite3.dump import _iterdump as iterdump # type: ignore
9
from typing import cast, BinaryIO, Iterable, Optional, Tuple, Type
10
11
import click
0 commit comments