summaryrefslogtreecommitdiffstats
path: root/src/prompt_toolkit/eventloop/inputhook.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/prompt_toolkit/eventloop/inputhook.py')
-rw-r--r--src/prompt_toolkit/eventloop/inputhook.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prompt_toolkit/eventloop/inputhook.py b/src/prompt_toolkit/eventloop/inputhook.py
index a4c0eee..40016e8 100644
--- a/src/prompt_toolkit/eventloop/inputhook.py
+++ b/src/prompt_toolkit/eventloop/inputhook.py
@@ -22,6 +22,7 @@ stuff to do. There are two ways to detect when to return:
asynchronous autocompletion. When the completion for instance is ready, we
also want prompt-toolkit to gain control again in order to display that.
"""
+
from __future__ import annotations
import asyncio