Skip to content

Commit ac77415

Browse files
author
nli307
committed
remove print statement from test
1 parent 3fea3e0 commit ac77415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/dtypes/cast/test_find_common_type.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,5 +238,4 @@ def test_pyarrow_date_dtypes(dtypes, expected):
238238
def test_pyarrow_date64_dtype(dtypes, expected):
239239
source_dtypes = [pandas_dtype(dtype) for dtype in dtypes]
240240
result = find_common_type(source_dtypes)
241-
print(f'{source_dtypes}: {result}')
242241
assert result == pandas_dtype(expected)

0 commit comments

Comments
 (0)