diff --git a/nwbwidgets/panel.py b/nwbwidgets/panel.py index 5de5e854..10b8d365 100644 --- a/nwbwidgets/panel.py +++ b/nwbwidgets/panel.py @@ -147,12 +147,8 @@ def create_components_dandi_source(self, args=None): self.create_cache_row() self.source_dandi_file_button = widgets.Button(icon="check", description="Load file") - - children_list = [ - self.source_dandi_id, - self.source_dandi_file_dropdown, - self.source_dandi_file_button - ] + + children_list = [self.source_dandi_id, self.source_dandi_file_dropdown, self.source_dandi_file_button] if self.cache_row is not None: children_list.insert(2, self.cache_row)