From bbea2029f54cf7ea964e450140828b805236e32b Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Sun, 30 Aug 2020 12:15:42 +0300 Subject: clean up unused import --- extra_tests/test_binop_overriding.py | 1 - 1 file changed, 1 deletion(-) (limited to 'extra_tests') 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): -- cgit v1.2.3-65-gdbad