mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
gh-106200: Remove unused imports (#106201)
This commit is contained in:
parent
6c60684bf5
commit
d830c4a944
4 changed files with 0 additions and 5 deletions
|
@ -6,7 +6,6 @@ from io import BytesIO, StringIO
|
|||
from textwrap import dedent
|
||||
from unittest import TestCase, mock
|
||||
from test import support
|
||||
from test.support import os_helper
|
||||
from test.test_grammar import (VALID_UNDERSCORE_LITERALS,
|
||||
INVALID_UNDERSCORE_LITERALS)
|
||||
from test.support import os_helper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue