mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fixed pylint useless-super-delegation warning.
This commit is contained in:
parent
d522f5dc6f
commit
c13e79d8b6
@ -409,11 +409,7 @@ class _Section(OrderedDict):
|
||||
self.name == item.name)
|
||||
|
||||
|
||||
# pylint: disable=useless-super-delegation
|
||||
class _Ini(_Section):
|
||||
def __init__(self, name, inicontents='', separator='=', commenter='#'):
|
||||
super(_Ini, self).__init__(name, inicontents, separator, commenter)
|
||||
|
||||
def refresh(self, inicontents=None):
|
||||
if inicontents is None:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user