Fix pylint warning

This commit is contained in:
donoban 2021-03-14 13:27:00 +01:00
parent f0d8b71b22
commit 012256d446
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -28,7 +28,7 @@ from qubesadmin import exc
class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog, class VMBootFromDeviceWindow(ui_bootfromdevice.Ui_BootDialog,
QtWidgets.QDialog): QtWidgets.QDialog):
def __init__(self, vm, qapp, qubesapp=None, parent=None, new_vm = False): def __init__(self, vm, qapp, qubesapp=None, parent=None, new_vm=False):
super().__init__(parent) super().__init__(parent)
self.vm = vm self.vm = vm