From f288b945299ba2d1ebec64538b3e70656be262ee Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 4 Sep 2023 15:24:03 +0300 Subject: [PATCH] gh-89392: Fix running test_pep646_syntax as script (GH-108875) (cherry picked from commit f3b6608ba2b1db6ac449f656bf439bda8d66eb9f) Co-authored-by: Serhiy Storchaka --- Lib/test/test_pep646_syntax.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_pep646_syntax.py b/Lib/test/test_pep646_syntax.py index def313da89acbd..aac089b190bc11 100644 --- a/Lib/test/test_pep646_syntax.py +++ b/Lib/test/test_pep646_syntax.py @@ -1,4 +1,5 @@ import doctest +import unittest doctests = """