diff options
author | Victor Stinner <vstinner@python.org> | 2024-06-17 15:35:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-17 15:35:20 (GMT) |
commit | f4d301d8b99e5a001c89b0aea091b07b70c6354c (patch) | |
tree | cdfa78a23880e638b5be9f91c09f657da58a02dc /Lib/test/test_winapi.py | |
parent | 5c4235cd8ce00852cfcb2d3a2cb4c66c6c53c4bf (diff) | |
download | cpython-f4d301d8b99e5a001c89b0aea091b07b70c6354c.zip cpython-f4d301d8b99e5a001c89b0aea091b07b70c6354c.tar.gz cpython-f4d301d8b99e5a001c89b0aea091b07b70c6354c.tar.bz2 |
gh-120417: Remove unused imports in tests (part 4) (#120632)
Diffstat (limited to 'Lib/test/test_winapi.py')
-rw-r--r-- | Lib/test/test_winapi.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_winapi.py b/Lib/test/test_winapi.py index 73b8228..e642083 100644 --- a/Lib/test/test_winapi.py +++ b/Lib/test/test_winapi.py @@ -2,10 +2,7 @@ import os import pathlib -import random import re -import threading -import time import unittest from test.support import import_helper, os_helper |