diff options
author | 2020-08-30 12:15:42 +0300 | |
---|---|---|
committer | 2020-08-30 12:15:42 +0300 | |
commit | bbea2029f54cf7ea964e450140828b805236e32b (patch) | |
tree | d50d2d279861333ef1f77d9aa6f429f28398036e /extra_tests | |
parent | for now, skip tests that can't find the 'c' library (notably on Windows with ... (diff) | |
download | pypy-bbea2029f54cf7ea964e450140828b805236e32b.tar.gz pypy-bbea2029f54cf7ea964e450140828b805236e32b.tar.bz2 pypy-bbea2029f54cf7ea964e450140828b805236e32b.zip |
clean up unused import
Diffstat (limited to 'extra_tests')
-rw-r--r-- | extra_tests/test_binop_overriding.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra_tests/test_binop_overriding.py b/extra_tests/test_binop_overriding.py index 5fcffafba4..eb2ce9f9de 100644 --- a/extra_tests/test_binop_overriding.py +++ b/extra_tests/test_binop_overriding.py @@ -1,5 +1,4 @@ # test about the binop operation rule, see issue 412 -from pypy.conftest import option class Base(object): def __init__(self, name): |