Skip to content

Commit 7a8cdce

Browse files
linting
1 parent 3f1004e commit 7a8cdce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/core/test_derivative.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ def test_iadd(self):
287287
assert np.allclose(dj1(opt1), 2*dj1_(opt1))
288288
assert np.allclose(dj1(opt2), dj2_(opt2))
289289

290-
291290
def test_isub(self):
292291
opt1 = Opt(n=3)
293292
opt2 = Opt(n=2)

0 commit comments

Comments
 (0)