Skip to content

Commit f990e13

Browse files
committed
Need both mypy and flake8 to ignore this line
1 parent 93b059d commit f990e13

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 # type: ignore
8+
from sqlite3.dump import _iterdump as iterdump # type: ignore # noqa: F401
99
from typing import cast, BinaryIO, Iterable, Optional, Tuple, Type
1010

1111
import click

0 commit comments

Comments
 (0)