Skip to content

Commit

Permalink
Making lint happier
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Jan 11, 2024
1 parent ba65ee3 commit 3364ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/widgets/model/owgradientboosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def _add_main_layout(self):
self._set_lambda_label()

def _set_lambda_label(self):
self.lambda_label.setText("Lambda: {}".format(self.lambda_))
self.lambda_label.setText(f"Lambda: {self.lambda_}")

def get_arguments(self) -> Dict:
params = super().get_arguments()
Expand Down

0 comments on commit 3364ea4

Please sign in to comment.