summaryrefslogtreecommitdiffstats
path: root/ptpython/contrib
diff options
context:
space:
mode:
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