diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2021-08-28 17:49:29 -0500 |
|---|---|---|
| committer | Jordan Cook <jordan.cook.git@proton.me> | 2023-03-01 17:37:05 -0600 |
| commit | f8a5333378b318757212d67d69c287fb7cc51bbf (patch) | |
| tree | 0a592b93e428b1f36c4caf6ab949976ef6614745 /requests_cache/patcher.py | |
| parent | 812301ab85a3b54387dcebd7d65407ace2589b9f (diff) | |
| download | requests-cache-explicit-exports.tar.gz | |
WIP: Add explicit top-level exports via __all__explicit-exports
Diffstat (limited to 'requests_cache/patcher.py')
| -rw-r--r-- | requests_cache/patcher.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requests_cache/patcher.py b/requests_cache/patcher.py index 406ee45..d217bbb 100644 --- a/requests_cache/patcher.py +++ b/requests_cache/patcher.py @@ -7,6 +7,8 @@ :functions-only: :nosignatures: """ +from __future__ import annotations + from contextlib import contextmanager from logging import getLogger from typing import Optional, Type |
