Remove unused imports in tests (GH-14518)

This commit is contained in:
Victor Stinner 2019-07-01 18:28:25 +02:00 committed by GitHub
parent f9b7457bd7
commit 8f4ef3b019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 31 additions and 84 deletions

View file

@ -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()