fix coverage

This commit is contained in:
collerek
2022-01-14 17:54:13 +01:00
parent 53a2636421
commit df0ac00dee

View File

@ -20,7 +20,7 @@ from sqlalchemy import bindparam
try:
from sqlalchemy.engine import LegacyRow
except ImportError:
except ImportError: # pragma: no cover
if TYPE_CHECKING:
class LegacyRow(dict): # type: ignore