mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-102515: Remove unused imports in the Lib/
directory (#102516)
This commit is contained in:
parent
7d801f245e
commit
401d7a7f00
33 changed files with 8 additions and 41 deletions
|
@ -13,7 +13,6 @@ import socket
|
|||
from test.support import verbose, run_with_tz, run_with_locale, cpython_only
|
||||
from test.support import hashlib_helper
|
||||
from test.support import threading_helper
|
||||
from test.support import warnings_helper
|
||||
import unittest
|
||||
from unittest import mock
|
||||
from datetime import datetime, timezone, timedelta
|
||||
|
@ -751,7 +750,6 @@ class ThreadedNetworkedTests(unittest.TestCase):
|
|||
typ, data = client.login('user', 'pass')
|
||||
self.assertEqual(typ, 'OK')
|
||||
client.enable('UTF8=ACCEPT')
|
||||
pass
|
||||
|
||||
@threading_helper.reap_threads
|
||||
def test_enable_UTF8_True_append(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue