Fix flake8 lint error in kubernetes-master charm

pull/6/head
George Kraft 2018-01-18 13:53:13 -06:00
parent 7f6dae7235
commit f56463bf32
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ def snap_resources_changed():
any_file_changed(paths) any_file_changed(paths)
return 'unknown' return 'unknown'
def upgrade_for_etcd(): def upgrade_for_etcd():
# we are upgrading the charm. # we are upgrading the charm.
# If this is an old deployment etcd_version is not set # If this is an old deployment etcd_version is not set