Skip to content

Commit

Permalink
Black format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyizheng1112 authored and James Gillanders committed Aug 20, 2021
1 parent af3b616 commit 9862cd3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tardis/visualization/widgets/custom_abundance.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ def display(self):
self.btn_add_shell,
self.overwrite_warning,
],
layout=ipw.Layout(margin="0 0 0 30px")
layout=ipw.Layout(margin="0 0 0 50px"),
)

box_head = ipw.HBox(
Expand Down Expand Up @@ -1148,15 +1148,14 @@ def display(self):
self.read_abundance()
self.density_editor.read_density()

self.visual_part = ipw.VBox([self.tbs_scale, self.fig])
self.editor_part = ipw.VBox([box_head, main_tab])
self.output_part = ipw.VBox([box_output, self.error_view])

return ipw.VBox(
[
self.visual_part,
self.editor_part,
self.output_part
self.tbs_scale,
self.fig,
box_head,
main_tab,
box_output,
self.error_view,
]
)

Expand Down

0 comments on commit 9862cd3

Please sign in to comment.