Skip to content
Snippets Groups Projects
Commit 31430154 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

PEP fix.

parent e541dbfb
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,8 @@ class DummyPythonQtViewStep(): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment