Skip to content

Commit e99511f

Browse files
committed
Fix formatting in test_trust_input function
1 parent 364e48d commit e99511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile/function/test_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_trust_input():
6464
x = dvector()
6565
y = shared(1)
6666
z = x + y
67-
f = function([x], z)
67+
f = function([x], z)
6868
assert f.trust_input is False
6969
f = function([x], z, trust_input=True)
7070
assert f.trust_input is True

0 commit comments

Comments
 (0)