Lint: E303 too many blank lines (2)
This commit is contained in:
@ -130,7 +130,6 @@ class PowerDNSInstance(object):
|
||||
state='o'
|
||||
)
|
||||
|
||||
|
||||
def stop(self):
|
||||
if self.dns_server_daemon:
|
||||
self.logger.out(
|
||||
|
@ -732,7 +732,6 @@ class VMInstance(object):
|
||||
else:
|
||||
self.terminate_vm()
|
||||
|
||||
|
||||
# This function is a wrapper for libvirt.lookupByUUID which fixes some problems
|
||||
# 1. Takes a text UUID and handles converting it to bytes
|
||||
# 2. Try's it and returns a sensible value if not
|
||||
|
Reference in New Issue
Block a user