Skip to content

Commit

Permalink
Remove ignored annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Jun 25, 2020
1 parent ef00c90 commit 10e936c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyslvs_ui/widgets/inputs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, parent: MainWindowBase):
self.record_list.blockSignals(False)
self.__path_data = {_AUTO_PATH: self.main_canvas.path_preview}
self.__slider_path_data = {
_AUTO_PATH: self.main_canvas.slider_path_preview # type: ignore
_AUTO_PATH: self.main_canvas.slider_path_preview
}

def slot(widget: QCheckBox):
Expand Down

0 comments on commit 10e936c

Please sign in to comment.