Skip to content

Commit

Permalink
fix chain_guide_initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Nov 5, 2024
1 parent 8aa1244 commit 005211a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ChainGuideInitializer(QtWidgets.QDialog,

def __init__(self, parent=None):
self.toolName = "ChainGuideInitializer"
super(ChainGuideInitializer, self).__init__(parent=parent)
super(ChainGuideInitializer, self).__init__(parent)
self.setupUi(self)

self.sections_number = None
Expand Down

0 comments on commit 005211a

Please sign in to comment.