Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed May 24, 2017
1 parent 437f2d3 commit 24765ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/mxnet/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1041,4 +1041,3 @@ def same_array(array1, array2):
return False
array1[:] -= 1
return same(array1.asnumpy(), array2.asnumpy())

0 comments on commit 24765ec

Please sign in to comment.