Skip to content

Commit a176131

Browse files
committed
fix mssing type annotation for BulkEditDialog.buttons_layout
1 parent f862a8d commit a176131

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/opensnitch/plugins/list_subscriptions/ui/bulk_edit_dialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
class BulkEditDialog(QtWidgets.QDialog, BulkEditDialogUI):
6161
if TYPE_CHECKING:
6262
rootLayout: QtWidgets.QVBoxLayout
63+
buttons_layout: QtWidgets.QHBoxLayout
6364
changes_section_bar: QtWidgets.QFrame
6465
changes_section_label: QtWidgets.QLabel
6566
selection_hint_label: QtWidgets.QLabel

0 commit comments

Comments
 (0)