coverage ignore `if TYPE_CHECKING:` (#15473)

This commit is contained in:
Kyle Altendorf 2023-06-09 06:13:08 -04:00 committed by GitHub
parent bb5b3ccf6f
commit 7a830389c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ exclude_lines =
typing\.overload
^\s*\.\.\.\s*$
if typing.TYPE_CHECKING:
if TYPE_CHECKING: