diff options
Diffstat (limited to 'src/prompt_toolkit/renderer.py')
-rw-r--r-- | src/prompt_toolkit/renderer.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prompt_toolkit/renderer.py b/src/prompt_toolkit/renderer.py index 5ad1dd6..3f92303 100644 --- a/src/prompt_toolkit/renderer.py +++ b/src/prompt_toolkit/renderer.py @@ -2,6 +2,7 @@ Renders the command line on the console. (Redraws parts of the input line that were changed.) """ + from __future__ import annotations from asyncio import FIRST_COMPLETED, Future, ensure_future, sleep, wait |