diff options
Diffstat (limited to 'kombu/asynchronous/debug.py')
-rw-r--r-- | kombu/asynchronous/debug.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kombu/asynchronous/debug.py b/kombu/asynchronous/debug.py index 4fabb452..7c1e45c7 100644 --- a/kombu/asynchronous/debug.py +++ b/kombu/asynchronous/debug.py @@ -1,5 +1,7 @@ """Event-loop debugging tools.""" +from __future__ import annotations + from kombu.utils.eventio import ERR, READ, WRITE from kombu.utils.functional import reprcall |