Skip to content

Commit 8aad1ce

Browse files
committed
Fix unused variables in python
1 parent d38d7ae commit 8aad1ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/python/unittest/API/APITest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,6 @@ def makeAvailableChunksRoundTrip(self, ext):
15251525
)
15261526

15271527
DS = io.Dataset
1528-
it0 = write.iterations[0]
15291528
E_x = write.iterations[0].meshes["E"]["x"]
15301529
E_x.reset_dataset(DS(np.dtype("int"), [10, 4]))
15311530
data = np.array([[2, 4, 6, 8], [10, 12, 14 , 16]], dtype=np.dtype("int"))

0 commit comments

Comments
 (0)