PEP fix.
This commit is contained in:
parent
e541dbfbea
commit
3143015440
@ -98,7 +98,8 @@ class DummyPythonQtViewStep():
|
|||||||
_ = gettext.gettext
|
_ = gettext.gettext
|
||||||
calamares.utils.debug("DummyPythonQt retranslation event.")
|
calamares.utils.debug("DummyPythonQt retranslation event.")
|
||||||
|
|
||||||
class DummyPQJob():
|
|
||||||
|
class DummyPQJob:
|
||||||
def __init__(self, my_msg):
|
def __init__(self, my_msg):
|
||||||
self.my_msg = my_msg
|
self.my_msg = my_msg
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user