We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8cca1 commit 33b95dfCopy full SHA for 33b95df
pandas/tests/sparse/test_pivot.py
@@ -2,8 +2,8 @@
2
import pytest
3
4
import pandas as pd
5
-import pandas.util.testing as tm
6
from pandas import _np_version_under1p17
+import pandas.util.testing as tm
7
8
9
@pytest.mark.filterwarnings("ignore:Sparse:FutureWarning")
0 commit comments