[bug] removing-unused-function (#8)

* removed function
This commit is contained in:
Alexis Rivera DeLa Torre 2017-02-23 09:34:15 -06:00 committed by Alan Meadows
parent 3975182edb
commit 9c02fcfc28
1 changed files with 0 additions and 5 deletions

View File

@ -93,11 +93,6 @@ class Tiller(object):
continue
return charts
def get_release(self):
'''
Fetch a specific release
'''
def update_release(self, chart, dry_run, name, disable_hooks=False, values=None):
'''