Exclude faulty branch from coverage

This commit is contained in:
lokidev 2024-02-13 22:01:49 +01:00 committed by Albin Skott
parent 6edc7e2b2c
commit 118264409d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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]