Lint: E303 too many blank lines (2)

This commit is contained in:
2020-11-06 21:16:52 -05:00
parent cb2defbde9
commit 4b47a2424c
6 changed files with 0 additions and 8 deletions

View File

@ -130,7 +130,6 @@ class PowerDNSInstance(object):
state='o'
)
def stop(self):
if self.dns_server_daemon:
self.logger.out(

View File

@ -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