Skip to content

Commit 3364ea4

Browse files
committed
Making lint happier
1 parent ba65ee3 commit 3364ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/model/owgradientboosting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _add_main_layout(self):
125125
self._set_lambda_label()
126126

127127
def _set_lambda_label(self):
128-
self.lambda_label.setText("Lambda: {}".format(self.lambda_))
128+
self.lambda_label.setText(f"Lambda: {self.lambda_}")
129129

130130
def get_arguments(self) -> Dict:
131131
params = super().get_arguments()

0 commit comments

Comments
 (0)