Skip to content

Commit d0c01d3

Browse files
author
zenghsh3
committed
fix codestyle
1 parent b2de658 commit d0c01d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/test_sampling_id_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_check_output(self):
3636
y1 = self.out
3737
self.check_output_customized(self.verify_output)
3838
y2 = self.out
39-
39+
4040
# check dtype
4141
assert y1.dtype == np.int64
4242
assert y2.dtype == np.int64

0 commit comments

Comments
 (0)