mirror of
https://github.com/python/cpython.git
synced 2025-08-19 00:00:48 +00:00
Remove unused imports in tests (GH-14518) (GH-14520)
(cherry picked from commit 8f4ef3b019
)
This commit is contained in:
parent
59ec9ee4d7
commit
466e18e8c2
53 changed files with 31 additions and 84 deletions
|
@ -2,13 +2,12 @@ import os
|
|||
import platform
|
||||
import subprocess
|
||||
import sys
|
||||
import sysconfig
|
||||
import tempfile
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
from test import support
|
||||
|
||||
|
||||
class PlatformTest(unittest.TestCase):
|
||||
def clear_caches(self):
|
||||
platform._platform_cache.clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue