Skip to content

Commit 9e5dabb

Browse files
Fix tests
1 parent 265a954 commit 9e5dabb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/tests/test_convert.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import numpy as np
21
from egglog import *
3-
from egglog.runtime import CONVERSIONS
42

53

64
def test_conversion_custom_metaclass():
@@ -18,7 +16,6 @@ def __init__(self):
1816
...
1917

2018
converter(MyMeta, MyTypeExpr, lambda x: MyTypeExpr())
21-
print(CONVERSIONS)
2219
assert expr_parts(convert(MyType(), MyTypeExpr)) == expr_parts(MyTypeExpr())
2320

2421

0 commit comments

Comments
 (0)