gh-120417: Remove unused imports in tests (part 1) (#120629)

This commit is contained in:
Victor Stinner 2024-06-17 21:05:56 +02:00 committed by GitHub
parent 5a8a979aeb
commit c608477532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 3 additions and 13 deletions

View file

@ -6,7 +6,6 @@
# (before the site module is run).
import _testinternalcapi
import os
import sys
import unittest
from test import support