Skip to content

Commit cf50499

Browse files
committed
fix pylint
1 parent a26965b commit cf50499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ def func():
13741374
@skip_caffe2_backend()
13751375
def test_randomuniform_dyn_shape(self):
13761376
# test for dynamic shape coming from a shape op
1377-
x_val = np.array([0,1,2,3,5], dtype=np.int64)
1377+
x_val = np.array([0, 1, 2, 3, 5], dtype=np.int64)
13781378
def func(x):
13791379
return random_uniform(x[3:], name=_TFOUTPUT, dtype=tf.float32)
13801380
# since results are random, compare the shapes only

0 commit comments

Comments
 (0)