mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 18:34:32 +02:00
Ignore trogon mypy error
This commit is contained in:
parent
c4fec77eea
commit
e4cff2236b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ from .utils import (
|
|||
)
|
||||
|
||||
try:
|
||||
import trogon
|
||||
import trogon # type: ignore
|
||||
except ImportError:
|
||||
trogon = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue