mirror of https://github.com/tiangolo/fastapi.git
Exclude faulty branch from coverage
This commit is contained in:
parent
6edc7e2b2c
commit
118264409d
|
|
@ -75,7 +75,7 @@ from typing_extensions import Annotated, get_args, get_origin
|
|||
|
||||
try:
|
||||
from typing_extensions import TypeAliasType
|
||||
except ImportError:
|
||||
except ImportError: # pragma: no cover
|
||||
TypeAliasType = None # type: ignore[misc,assignment]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue