diff --git a/python/tests/test_convert.py b/python/tests/test_convert.py index 4fd5d1b6..e5790cbb 100644 --- a/python/tests/test_convert.py +++ b/python/tests/test_convert.py @@ -1,6 +1,4 @@ -import numpy as np from egglog import * -from egglog.runtime import CONVERSIONS def test_conversion_custom_metaclass(): @@ -18,7 +16,6 @@ def __init__(self): ... converter(MyMeta, MyTypeExpr, lambda x: MyTypeExpr()) - print(CONVERSIONS) assert expr_parts(convert(MyType(), MyTypeExpr)) == expr_parts(MyTypeExpr())