From 562c1688565643bad13477610d6f8825fec0698c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:41:15 -0700 Subject: [PATCH] [3.11] gh-89392: Fix running test_pep646_syntax as script (GH-108875) (GH-108877) (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 def313da89ac..aac089b190bc 100644 --- a/Lib/test/test_pep646_syntax.py +++ b/Lib/test/test_pep646_syntax.py @@ -1,4 +1,5 @@ import doctest +import unittest doctests = """ -- 2.47.3