From 82a9bd50cded0ef92e0e882ee4b63d1c4e9e590d Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Thu, 16 Jun 2022 16:25:17 -0500 Subject: Save a couple microseconds --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 791868f..c62f8c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,6 +137,7 @@ omit = [ exclude_lines = [ 'pragma: no cover', 'if TYPE_CHECKING:', + 'if logger.level', 'except ImportError:', ] -- cgit v1.2.1