gh-109653: Remove unused imports in the Lib/ directory (#109803)

This commit is contained in:
Alex Waygood 2023-09-24 15:07:23 +01:00 committed by GitHub
parent 649768fb67
commit 19601efa36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 6 additions and 25 deletions

View file

@ -3,7 +3,7 @@ import unittest
import concurrent.futures
from test.support import threading_helper
from unittest.mock import patch, ThreadingMock, call
from unittest.mock import patch, ThreadingMock
threading_helper.requires_working_threading(module=True)