fix coverage
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user