From e0719babdc8744144449c81fac14ba7bbf21446f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 27 Feb 2023 11:40:00 +0100 Subject: Merging upstream version 3.0.23. Signed-off-by: Daniel Baumann --- ptpython/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ptpython/__init__.py') diff --git a/ptpython/__init__.py b/ptpython/__init__.py index 4908eba..63c6233 100644 --- a/ptpython/__init__.py +++ b/ptpython/__init__.py @@ -1,3 +1,5 @@ +from __future__ import annotations + from .repl import embed __all__ = ["embed"] -- cgit v1.2.3