Skip to content

Commit

Permalink
Ignore mypy warning about sqlite3.dump
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 29, 2021
1 parent c91f1e6 commit 93b059d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import io
import json
import os
from sqlite3.dump import _iterdump as iterdump
from sqlite3.dump import _iterdump as iterdump # type: ignore
from typing import cast, BinaryIO, Iterable, Optional, Tuple, Type

import click
Expand Down

0 comments on commit 93b059d

Please sign in to comment.