summaryrefslogtreecommitdiffstats
path: root/ptpython/contrib
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-04 04:07:44 +0000
commit8c1b598c7b7b262e3153c16bda3dcb7a6f4755f8 (patch)
treeb7840cfab1291920b36df87833c253051d4b54f0 /ptpython/contrib
parentAdding upstream version 3.0.26. (diff)
downloadptpython-upstream.tar.xz
ptpython-upstream.zip
Adding upstream version 3.0.27.upstream/3.0.27upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ptpython/contrib')
-rw-r--r--ptpython/contrib/asyncssh_repl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ptpython/contrib/asyncssh_repl.py b/ptpython/contrib/asyncssh_repl.py
index 2f74eb2..a86737b 100644
--- a/ptpython/contrib/asyncssh_repl.py
+++ b/ptpython/contrib/asyncssh_repl.py
@@ -6,6 +6,7 @@ Note that the code in this file is Python 3 only. However, we
should make sure not to use Python 3-only syntax, because this
package should be installable in Python 2 as well!
"""
+
from __future__ import annotations
import asyncio