mirror of https://github.com/python/cpython
gh-89392: Fix running test_pep646_syntax as script (GH-108875)
This commit is contained in:
parent
5a3672cb39
commit
f3b6608ba2
|
@ -1,4 +1,5 @@
|
|||
import doctest
|
||||
import unittest
|
||||
|
||||
doctests = """
|
||||
|
||||
|
|
Loading…
Reference in New Issue