mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-35202: Remove unused imports in tests. (GH-10561)
This commit is contained in:
parent
4edeaeac4c
commit
90d0cfb222
17 changed files with 1 additions and 18 deletions
|
@ -110,7 +110,7 @@ class TracebackCases(unittest.TestCase):
|
|||
# Test that tracebacks are correctly printed for encoded source files:
|
||||
# - correct line number (Issue2384)
|
||||
# - respect file encoding (Issue3975)
|
||||
import tempfile, sys, subprocess, os
|
||||
import sys, subprocess
|
||||
|
||||
# The spawned subprocess has its stdout redirected to a PIPE, and its
|
||||
# encoding may be different from the current interpreter, on Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue