mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 04:11:00 +00:00
Style fix.
This commit is contained in:
@@ -106,7 +106,8 @@ VIRT_STATE_NAME_MAP = {
|
||||
6 : "crashed"
|
||||
}
|
||||
|
||||
class VMNotFound(Exception): pass
|
||||
class VMNotFound(Exception):
|
||||
pass
|
||||
|
||||
class LibvirtConnection(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user