mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Remove unused imports in tests (GH-14518)
This commit is contained in:
parent
f9b7457bd7
commit
8f4ef3b019
53 changed files with 31 additions and 84 deletions
|
@ -1,10 +1,10 @@
|
|||
import codecs
|
||||
import html.entities
|
||||
import sys
|
||||
import test.support
|
||||
import unicodedata
|
||||
import unittest
|
||||
|
||||
|
||||
class PosReturn:
|
||||
# this can be used for configurable callbacks
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue