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 84e662a commit e188954Copy full SHA for e188954
python/paddle/tensor/__init__.py
@@ -88,7 +88,7 @@
88
from .manipulation import stack # noqa: F401
89
from .manipulation import strided_slice # noqa: F401
90
from .manipulation import unique # noqa: F401
91
-from .manipulation import unique_consecutive
+from .manipulation import unique_consecutive # noqa: F401
92
from .manipulation import unsqueeze # noqa: F401
93
from .manipulation import unsqueeze_ # noqa: F401
94
from .manipulation import unstack # noqa: F401
0 commit comments