fix coverage
This commit is contained in:
@ -20,7 +20,7 @@ from sqlalchemy import bindparam
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
from sqlalchemy.engine import LegacyRow
|
from sqlalchemy.engine import LegacyRow
|
||||||
except ImportError:
|
except ImportError: # pragma: no cover
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
|
||||||
class LegacyRow(dict): # type: ignore
|
class LegacyRow(dict): # type: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user