diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:31:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:31:27 +0000 |
commit | 46c2b31dd58ce55ec100460ede4178adbbb34bcb (patch) | |
tree | f64045974c072e0f0563fbea384a325a6ef12d9e /src/ansible_compat/ports.py | |
parent | Adding upstream version 4.1.11. (diff) | |
download | python-ansible-compat-46c2b31dd58ce55ec100460ede4178adbbb34bcb.tar.xz python-ansible-compat-46c2b31dd58ce55ec100460ede4178adbbb34bcb.zip |
Adding upstream version 4.1.12.upstream/4.1.12
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/ansible_compat/ports.py')
-rw-r--r-- | src/ansible_compat/ports.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ansible_compat/ports.py b/src/ansible_compat/ports.py index 9c46ae6..bdb9db5 100644 --- a/src/ansible_compat/ports.py +++ b/src/ansible_compat/ports.py @@ -1,4 +1,5 @@ """Portability helpers.""" + from functools import cache, cached_property __all__ = ["cache", "cached_property"] |