Skip to content

Commit

Permalink
Merge branch 'master' into num_cpu_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoTianPu committed May 13, 2024
2 parents 40fd2e6 + 9f4041e commit 5c32477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfit/views/prefit_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class SweepSettingsView(QObject):
And the corresponding values should be the widgets for the options.
"""

optionUpdated = Signal(str, Any)
optionUpdated = Signal(str, object)

def __init__(
self,
Expand Down

0 comments on commit 5c32477

Please sign in to comment.