Skip to content

Commit 99a8c93

Browse files
committed
removed useless line (view, edit and compare are also in larray)
1 parent 41cf0ea commit 99a8c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

larray_editor/editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ def setup_and_check(self, data, title='', readonly=False, minvalue=None, maxvalu
125125
kernel_manager.start_kernel(show_banner=False)
126126
kernel = kernel_manager.kernel
127127

128+
# TODO: use self._reset() instead
128129
kernel.shell.run_cell('from larray import *')
129-
kernel.shell.run_cell('from larray_editor import *')
130130
text_formatter = kernel.shell.display_formatter.formatters['text/plain']
131131

132132
def void_formatter(array, *args, **kwargs):

0 commit comments

Comments
 (0)