mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
reorder imports
This commit is contained in:
parent
79d1fa911b
commit
c7024e7fd6
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
from test import test_support
|
|
||||||
import unittest.test
|
import unittest.test
|
||||||
|
|
||||||
|
from test import test_support
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
def test_main():
|
||||||
test_support.run_unittest(unittest.test.test_suite())
|
test_support.run_unittest(unittest.test.test_suite())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue