summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_future.py')
-rw-r--r--Lib/test/test_future.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py
index 4f2f9d2..c60a016 100644
--- a/Lib/test/test_future.py
+++ b/Lib/test/test_future.py
@@ -1,6 +1,5 @@
# Test various flavors of legal and illegal future statements
-from functools import partial
import unittest
from test import support
from textwrap import dedent