diff options
author | Victor Stinner <vstinner@python.org> | 2020-04-29 23:48:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-29 23:48:37 (GMT) |
commit | 57572b103ebd8732ac21922f0051a7f140d0e405 (patch) | |
tree | a8e74f2774656002b1c6247bd5f0b4ca98e99140 /Lib/test/test_regrtest.py | |
parent | 69e802ed812e38cb68a4ab74af64b4f719b6cc78 (diff) | |
download | cpython-57572b103ebd8732ac21922f0051a7f140d0e405.zip cpython-57572b103ebd8732ac21922f0051a7f140d0e405.tar.gz cpython-57572b103ebd8732ac21922f0051a7f140d0e405.tar.bz2 |
bpo-40443: Remove unused imports in tests (GH-19805)
Diffstat (limited to 'Lib/test/test_regrtest.py')
-rw-r--r-- | Lib/test/test_regrtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_regrtest.py b/Lib/test/test_regrtest.py index 93f8d44..de209da 100644 --- a/Lib/test/test_regrtest.py +++ b/Lib/test/test_regrtest.py @@ -5,7 +5,6 @@ Note: test_regrtest cannot be run twice in parallel. """ import contextlib -import faulthandler import glob import io import os.path |