mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Style fix.
This commit is contained in:
parent
7af6a11a0c
commit
3d3a050648
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ VIRT_STATE_NAME_MAP = {
|
||||||
6 : "crashed"
|
6 : "crashed"
|
||||||
}
|
}
|
||||||
|
|
||||||
class VMNotFound(Exception): pass
|
class VMNotFound(Exception):
|
||||||
|
pass
|
||||||
|
|
||||||
class LibvirtConnection(object):
|
class LibvirtConnection(object):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue