Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Nov 14, 2023
1 parent 27590e9 commit 4bdcb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def apply_RGB_presets(self):
self.swatches_palette[0][0],
]

preset_inds = {2: [1,4], 3: [1,2,4], 4: [1,2,3,4]}
preset_inds = {2: [1, 4], 3: [1, 2, 4], 4: [1, 2, 3, 4]}

# Switch back to this at the end
initial_layer = self.layer_selected
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def test_apply_presets(imviz_helper):
po = imviz_helper.plugins['Plot Options']

preset_colors_4 = ["#0000FF", "#00FF00", po._obj.swatches_palette[1][0],
po._obj.swatches_palette[0][0]]
po._obj.swatches_palette[0][0]]

# Test applying presets with < 6 layers

Expand Down

0 comments on commit 4bdcb69

Please sign in to comment.