Skip to content

Commit 5b0a405

Browse files
committed
Merge branch 'release/B12_1_1' into feature/python-array
2 parents d07b88f + 04d476d commit 5b0a405

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

wolframclient/language/array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def _valid_type_or_fail(self, type):
3737
def tobytes(self):
3838
return pack(self.struct.format[1], *self.array)
3939

40-
4140
def __getitem__(self, k):
4241
return self.array[k]
4342

0 commit comments

Comments
 (0)