Ignore trogon mypy error

This commit is contained in:
Simon Willison 2023-05-21 11:14:34 -07:00
commit e4cff2236b

View file

@ -34,7 +34,7 @@ from .utils import (
)
try:
import trogon
import trogon # type: ignore
except ImportError:
trogon = None