We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad06d7 commit db69b98Copy full SHA for db69b98
src/bitmessagekivy/baseclass/allmail.py
@@ -32,7 +32,7 @@ class AllMails(Screen):
32
33
def __init__(self, *args, **kwargs):
34
"""Initialize the AllMails screen."""
35
- super().__init__(*args, **kwargs)
+ super().__init__(*args, **kwargs) # pylint: disable=missing-super-argument
36
self.kivy_state = kivy_state_variables()
37
self._initialize_selected_address()
38
Clock.schedule_once(self.init_ui, 0)
0 commit comments