Skip to content

Commit 562c168

Browse files
[3.11] gh-89392: Fix running test_pep646_syntax as script (GH-108875) (GH-108877)
(cherry picked from commit f3b6608) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent b26717b commit 562c168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_pep646_syntax.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import doctest
2+
import unittest
23

34
doctests = """
45

0 commit comments

Comments
 (0)