Skip to content

Commit 2b70f2d

Browse files
remove print
1 parent cf9e8d1 commit 2b70f2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/egglog/exp/array_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ def deselect(self, indices: TupleIntLike) -> TupleInt:
492492

493493
converter(Vec[Int], TupleInt, lambda x: TupleInt.from_vec(x))
494494

495-
print(type(VecLike))
496495
TupleIntLike: TypeAlias = TupleInt | VecLike[Int, IntLike]
497496

498497

0 commit comments

Comments
 (0)