summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-16 16:25:17 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-16 16:26:25 -0500
commit82a9bd50cded0ef92e0e882ee4b63d1c4e9e590d (patch)
tree7e24e7295773e5eced2639c314889cca812ccbd0 /pyproject.toml
parentb92f7645fea16c34be6ae04a1a663f8e9d56e9d9 (diff)
downloadrequests-cache-82a9bd50cded0ef92e0e882ee4b63d1c4e9e590d.tar.gz
Save a couple microseconds
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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:',
]