Skip to content

Commit 0f72079

Browse files
committed
namespace test
1 parent 88f93f9 commit 0f72079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tests/api/test_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ class TestPDApi(Base):
4646
"plotting",
4747
"io",
4848
"tseries",
49+
"util",
4950
]
50-
private_lib = ["compat", "core", "pandas", "util", "_built_with_meson"]
51+
private_lib = ["compat", "core", "pandas", "_built_with_meson"]
5152

5253
# misc
5354
misc = ["IndexSlice", "NaT", "NA"]

0 commit comments

Comments
 (0)