mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused variable in a constructor. Adjust the docstring accordingly.
This commit is contained in:
parent
7e00f566ef
commit
52e1be2fa9
1 changed files with 1 additions and 2 deletions
|
@ -75,10 +75,9 @@ class _Zypper(object):
|
|||
TAG_RELEASED = 'zypper/released'
|
||||
TAG_BLOCKED = 'zypper/blocked'
|
||||
|
||||
def __init__(self, no_refresh=True):
|
||||
def __init__(self):
|
||||
'''
|
||||
Constructor
|
||||
:param no_refresh:
|
||||
'''
|
||||
self.__called = False
|
||||
self._reset()
|
||||
|
|
Loading…
Add table
Reference in a new issue