summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_abstract_numbers.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_abstract_numbers.py')
-rw-r--r--Lib/test/test_abstract_numbers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_abstract_numbers.py b/Lib/test/test_abstract_numbers.py
index 8f1fdd7..925f8cf 100644
--- a/Lib/test/test_abstract_numbers.py
+++ b/Lib/test/test_abstract_numbers.py
@@ -1,10 +1,8 @@
"""Unit tests for numbers.py."""
import math
-import operator
import unittest
from numbers import Complex, Real, Rational, Integral
-from numbers import Number
from test import test_support
class TestNumbers(unittest.TestCase):