Skip to content

Commit 79a4911

Browse files
committed
BUG: Fix imports (39701)
1 parent 78a956c commit 79a4911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/util/test_show_versions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
import pytest
66

7+
from pandas.util._print_versions import _get_dependency_info, _get_sys_info
8+
79
import pandas as pd
8-
from pandas.util._print_versions import _get_sys_info, _get_dependency_info
910

1011

1112
@pytest.mark.filterwarnings(

0 commit comments

Comments
 (0)