diff options
Diffstat (limited to 'Lib/test/test_capi/test_number.py')
-rw-r--r-- | Lib/test/test_capi/test_number.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/test/test_capi/test_number.py b/Lib/test/test_capi/test_number.py index b915dee..8e70703 100644 --- a/Lib/test/test_capi/test_number.py +++ b/Lib/test/test_capi/test_number.py @@ -1,10 +1,9 @@ import itertools import operator -import sys import unittest import warnings -from test.support import cpython_only, import_helper +from test.support import import_helper _testcapi = import_helper.import_module('_testcapi') from _testcapi import PY_SSIZE_T_MAX, PY_SSIZE_T_MIN |