Skip to content

Commit 93b059d

Browse files
committed
Ignore mypy warning about sqlite3.dump
1 parent c91f1e6 commit 93b059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import io
66
import json
77
import os
8-
from sqlite3.dump import _iterdump as iterdump
8+
from sqlite3.dump import _iterdump as iterdump # type: ignore
99
from typing import cast, BinaryIO, Iterable, Optional, Tuple, Type
1010

1111
import click

0 commit comments

Comments
 (0)