Skip to content

Commit 02e6bc7

Browse files
committed
BUG: Remove unused function (pandas-dev#39701)
1 parent 7cd411b commit 02e6bc7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pandas/tests/util/test_show_versions.py

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
import pandas as pd
1313

1414

15-
def get_captured_output(capsys):
16-
return capsys.readouterr().out
17-
18-
1915
@pytest.mark.filterwarnings(
2016
# openpyxl
2117
"ignore:defusedxml.lxml is no longer supported:DeprecationWarning"

0 commit comments

Comments
 (0)