Skip to content

Commit e17d481

Browse files
committed
Fixes CI
1 parent 04b9315 commit e17d481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_typeclass/test_call.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ def _my_len_list(instance: list) -> int:
3232
])
3333
def test_call_order(data_type, expected):
3434
"""Ensures that call order is correct."""
35-
print(my_len._protocols)
3635
assert my_len(data_type) == expected

0 commit comments

Comments
 (0)