Remove unused variable in a constructor. Adjust the docstring accordingly.

This commit is contained in:
Bo Maryniuk 2016-05-03 09:08:49 +02:00
parent 7e00f566ef
commit 52e1be2fa9

View file

@ -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()