aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_flufl.py
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-04-30 02:21:30 +0200
committerGitHub <noreply@github.com>2020-04-30 02:21:30 +0200
commitb1e11c31c523dc082985e9de779ceeb47224e536 (patch)
treea4f356df1e0228266e885c6ecb5e5dce52baef80 /Lib/test/test_flufl.py
parent57572b103ebd8732ac21922f0051a7f140d0e405 (diff)
downloadcpython-b1e11c31c523dc082985e9de779ceeb47224e536.tar.gz
cpython-b1e11c31c523dc082985e9de779ceeb47224e536.zip
bpo-40443: Remove unused imports in tests (GH-19804)
Diffstat (limited to 'Lib/test/test_flufl.py')
-rw-r--r--Lib/test/test_flufl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_flufl.py b/Lib/test/test_flufl.py
index b71442804c7..22285859a92 100644
--- a/Lib/test/test_flufl.py
+++ b/Lib/test/test_flufl.py
@@ -1,6 +1,5 @@
import __future__
import unittest
-import sys
from test import support