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 3ede828 commit 5f50486Copy full SHA for 5f50486
src/shift_nth_row_n_steps/__init__.py
@@ -2,4 +2,4 @@
2
from ._main import shift_nth_row_n_steps
3
from ._torch_like import create_slice, narrow, select, take_slice
4
5
-__all__ = ["shift_nth_row_n_steps", "narrow", "select", "take_slice", "create_slice"]
+__all__ = ["create_slice", "narrow", "select", "shift_nth_row_n_steps", "take_slice"]
0 commit comments