Skip to content

Commit fd23a28

Browse files
committed
style: run ruff
1 parent 3ebd724 commit fd23a28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ORStools/gui/ORStoolsDialog.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,7 @@ def color_duplicate_items(self, list_widget):
700700

701701
def save_selected_provider_state(self) -> None:
702702
s = QgsSettings()
703-
s.setValue(
704-
"ORSTools/gui/provider_combo", self.provider_combo.currentIndex()
705-
)
703+
s.setValue("ORSTools/gui/provider_combo", self.provider_combo.currentIndex())
706704

707705
def load_provider_combo_state(self):
708706
s = QgsSettings()

0 commit comments

Comments
 (0)