hound remove whitespace

This commit is contained in:
Alexey Bogomolov 2023-07-03 15:40:16 +03:00
parent 5f8a07aa8f
commit 09f0d183d8

View file

@ -155,7 +155,7 @@ class DeliveryOptionsDialog(QtWidgets.QDialog):
self._update_selected_label()
self._update_template_value()
btn_delivery.clicked.connect(self.deliver)
dropdown.currentIndexChanged.connect(self._update_template_value)