mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed pylint useless-super-delegation warning.
This commit is contained in:
parent
e20f4cacd4
commit
88f80fdf77
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue