Skip to content

Commit

Permalink
Merge pull request #349 from Kvieta1990/master
Browse files Browse the repository at this point in the history
fix flake8 issue
  • Loading branch information
Kvieta1990 authored May 11, 2022
2 parents f155ea4 + be1ec4e commit bc15636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addie/plot/mplgraphicsview.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def add_horizontal_indicator(self, y=None, color=None):

bd_tmp_h = simpleapi.CreateWorkspace(DataX=vec_x, DataY=vec_y, NSpec=1)


canvas_line_index = self._myCanvas.add_plot_1d(wkspname=bd_tmp_h, wkspindex=0,
color=color, marker=self._myIndicatorsManager.get_marker(),
line_style=self._myIndicatorsManager.get_line_style(),
Expand Down

0 comments on commit bc15636

Please sign in to comment.