Skip to content

Commit

Permalink
style: run ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian committed Aug 26, 2024
1 parent 37f8ba2 commit 3072b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/gui/ORStoolsDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def _on_clear_listwidget_click(self) -> None:
self._clear_annotations()

# Remove blue lines (rubber band)
if self.line_tool and hasattr(self.line_tool, 'rubberBand'):
if self.line_tool and hasattr(self.line_tool, "rubberBand"):
self.line_tool.canvas.scene().removeItem(self.line_tool.rubberBand)

def _linetool_annotate_point(
Expand Down

0 comments on commit 3072b16

Please sign in to comment.