gh-131152: Remove unused imports from tests (#131153)

This commit is contained in:
Victor Stinner 2025-03-13 10:55:23 +01:00 committed by GitHub
parent 0c6c52f496
commit 73ab9e2ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 10 additions and 34 deletions

View file

@ -14,7 +14,6 @@ import sys
import threading
import unittest
import weakref
import warnings
from ast import literal_eval
from unittest import mock