diff options
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"] |