summaryrefslogtreecommitdiffstats
path: root/src/prompt_toolkit/patch_stdout.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/prompt_toolkit/patch_stdout.py')
-rw-r--r--src/prompt_toolkit/patch_stdout.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prompt_toolkit/patch_stdout.py b/src/prompt_toolkit/patch_stdout.py
index 528bec7..4958e9d 100644
--- a/src/prompt_toolkit/patch_stdout.py
+++ b/src/prompt_toolkit/patch_stdout.py
@@ -17,6 +17,7 @@ Usage::
Multiple applications can run in the body of the context manager, one after the
other.
"""
+
from __future__ import annotations
import asyncio