Fix pep warning
This commit is contained in:
parent
a00a9f6ff0
commit
0b2a305f57
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ def get_ip_addresses(vm_id):
|
||||||
logger.error("VMDetail for %s does not exist" % vm_id)
|
logger.error("VMDetail for %s does not exist" % vm_id)
|
||||||
return "--"
|
return "--"
|
||||||
|
|
||||||
|
|
||||||
class HostingUtils:
|
class HostingUtils:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def clear_items_from_list(from_list, items_list):
|
def clear_items_from_list(from_list, items_list):
|
||||||
|
|
Loading…
Reference in a new issue