We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592e34f commit 367d2a8Copy full SHA for 367d2a8
pandas/tests/arrays/categorical/test_warnings.py
@@ -12,7 +12,7 @@ async def test_tab_complete_warning(self, ip):
12
pytest.importorskip("IPython", minversion="6.0.0")
13
from IPython.core.completer import provisionalcompleter
14
15
- code = "import pandas as pd; c = Categorical([])"
+ code = "import pandas as pd; c = pd.Categorical([])"
16
await ip.run_code(code)
17
18
# GH 31324 newer jedi version raises Deprecation warning;
0 commit comments