diff options
Diffstat (limited to 'Lib/test/test_binop.py')
-rw-r--r-- | Lib/test/test_binop.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_binop.py b/Lib/test/test_binop.py index 3ed018e089..4f5b8a8b93 100644 --- a/Lib/test/test_binop.py +++ b/Lib/test/test_binop.py @@ -1,7 +1,6 @@ """Tests for binary operators on subtypes of built-in types.""" import unittest -from test import support from operator import eq, le, ne from abc import ABCMeta |