Skip to content

Commit e188954

Browse files
committed
add noqa
1 parent 84e662a commit e188954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/tensor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
from .manipulation import stack # noqa: F401
8989
from .manipulation import strided_slice # noqa: F401
9090
from .manipulation import unique # noqa: F401
91-
from .manipulation import unique_consecutive
91+
from .manipulation import unique_consecutive # noqa: F401
9292
from .manipulation import unsqueeze # noqa: F401
9393
from .manipulation import unsqueeze_ # noqa: F401
9494
from .manipulation import unstack # noqa: F401

0 commit comments

Comments
 (0)