Coverage for databases/_compat.py: 100%
2 statements
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
1from typing import TYPE_CHECKING
3if TYPE_CHECKING:
4 from typing_extensions import LiteralString as LiteralString
5else:
6 # for pydantic support
7 LiteralString = str