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_tempfile.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_tempfile.py')
| -rw-r--r-- | Lib/test/test_tempfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_tempfile.py b/Lib/test/test_tempfile.py index 69d5de2..fcc706e 100644 --- a/Lib/test/test_tempfile.py +++ b/Lib/test/test_tempfile.py @@ -4,7 +4,6 @@ import errno import io import os import pathlib -import signal import sys import re import warnings |
