summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_eventqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_pyrepl/test_eventqueue.py')
-rw-r--r--Lib/test/test_pyrepl/test_eventqueue.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_pyrepl/test_eventqueue.py b/Lib/test/test_pyrepl/test_eventqueue.py
index b25bdb9..afb5571 100644
--- a/Lib/test/test_pyrepl/test_eventqueue.py
+++ b/Lib/test/test_pyrepl/test_eventqueue.py
@@ -1,6 +1,5 @@
import tempfile
import unittest
-import sys
from unittest.mock import patch
from test import support