Skip to content

Commit c6330e8

Browse files
committed
remove unused import
1 parent c35eeb8 commit c6330e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nixio/test/test_data_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def test_data_view_write_index(self):
123123

124124
def test_data_view_oob(self):
125125
da = self.file.blocks[0].data_arrays[0]
126-
from IPython import embed
127126

128127
dv = da.get_slice((41, 81), extents=(1, 1))
129128
assert not dv.valid

0 commit comments

Comments
 (0)