summaryrefslogtreecommitdiff
path: root/kombu/utils/objects.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/utils/objects.py')
-rw-r--r--kombu/utils/objects.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kombu/utils/objects.py b/kombu/utils/objects.py
index 7fef4a2f..eb4dfc2a 100644
--- a/kombu/utils/objects.py
+++ b/kombu/utils/objects.py
@@ -1,5 +1,7 @@
"""Object Utilities."""
+from __future__ import annotations
+
__all__ = ('cached_property',)
try: