From 678b4380a258abd2a074475f3a817823241a4362 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 1 Oct 2023 17:43:00 +0200 Subject: [PATCH] Fix coverage. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 530052dd..f24616dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,6 +62,7 @@ exclude_lines = [ "except ImportError:", "if self.debug:", "if sys.platform != \"win32\":", + "if typing.TYPE_CHECKING:", "pragma: no cover", "raise AssertionError", "raise NotImplementedError",