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 ae88c18 commit d08a1ceCopy full SHA for d08a1ce
pandas/tests/frame/methods/test_sort_index.py
@@ -1,4 +1,4 @@
1
-from natsort import index_natsorted
+from natsort import index_natsorted # should we import this? or change test?
2
import numpy as np
3
import pytest
4
0 commit comments