Browse Source

Exclude faulty branch from coverage

pull/13920/head
lokidev 1 year ago
committed by Albin Skott
parent
commit
118264409d
Failed to extract signature
  1. 2
      fastapi/dependencies/utils.py

2
fastapi/dependencies/utils.py

@ -75,7 +75,7 @@ from typing_extensions import Annotated, get_args, get_origin
try: try:
from typing_extensions import TypeAliasType from typing_extensions import TypeAliasType
except ImportError: except ImportError: # pragma: no cover
TypeAliasType = None # type: ignore[misc,assignment] TypeAliasType = None # type: ignore[misc,assignment]

Loading…
Cancel
Save