summaryrefslogtreecommitdiffstats
path: root/src/ansible_compat/ports.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:31:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 00:31:27 +0000
commit46c2b31dd58ce55ec100460ede4178adbbb34bcb (patch)
treef64045974c072e0f0563fbea384a325a6ef12d9e /src/ansible_compat/ports.py
parentAdding upstream version 4.1.11. (diff)
downloadpython-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.py1
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"]