Skip to content

Commit ad2ae09

Browse files
committed
Add missing blank line between function defs
1 parent 62c9443 commit ad2ae09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ def test_array_method(ctx_factory):
670670
arr = make_random_array(queue, np.float32, 1024)
671671
np.testing.assert_array_equal(arr, arr.get())
672672

673+
673674
def test_numpy_integer_shape(ctx_factory):
674675
try:
675676
list(np.int32(17))

0 commit comments

Comments
 (0)