summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_launcher.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_launcher.py')
-rw-r--r--Lib/test/test_launcher.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_launcher.py b/Lib/test/test_launcher.py
index e9f6fcb..cd7b944 100644
--- a/Lib/test/test_launcher.py
+++ b/Lib/test/test_launcher.py
@@ -7,7 +7,6 @@ import subprocess
import sys
import sysconfig
import tempfile
-import textwrap
import unittest
from pathlib import Path
from test import support