aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tools/test_pdeps.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_tools/test_pdeps.py')
-rw-r--r--Lib/test/test_tools/test_pdeps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_tools/test_pdeps.py b/Lib/test/test_tools/test_pdeps.py
index 091fa6a06df..6b5d5c883dc 100644
--- a/Lib/test/test_tools/test_pdeps.py
+++ b/Lib/test/test_tools/test_pdeps.py
@@ -1,7 +1,6 @@
"""Tests for the pdeps script in the Tools directory."""
import os
-import sys
import unittest
import tempfile
from test import support