Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
reminisce committed Jun 3, 2017
1 parent d266d18 commit 95cd217
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 @@ -1043,4 +1043,3 @@ def same_array(array1, array2):
return False
array1[:] -= 1
return same(array1.asnumpy(), array2.asnumpy())

0 comments on commit 95cd217

Please sign in to comment.