supress pylint super complaint
This commit is contained in:
parent
b8826ed1f1
commit
de2f4b92ad
|
@ -42,7 +42,7 @@ class AddressBook(Screen, HelperAddressBook):
|
|||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""Getting AddressBook Details"""
|
||||
super().__init__(*args, **kwargs)
|
||||
super().__init__(*args, **kwargs) # pylint: disable=missing-super-argument
|
||||
self.addbook_popup = None
|
||||
self.kivy_state = kivy_state_variables()
|
||||
|
||||
|
|
Reference in New Issue
Block a user