fix lint warnings

This commit is contained in:
Chris MacNaughton 2016-06-23 07:31:04 -04:00
parent 47a802fbde
commit 86e6cbbeef
2 changed files with 0 additions and 2 deletions

View File

@ -125,7 +125,6 @@ def get_host_ip(hostname=None):
return answers[0].address
@cached
def get_public_addr():
if config('ceph-public-network'):

View File

@ -24,7 +24,6 @@ from charmhelpers.core.hookenv import (
related_units,
relation_get,
status_set,
local_unit
)
from charmhelpers.core.sysctl import create as create_sysctl