drop stray typing hint
typo from https://pagure.io/koji/pull-request/3679
This commit is contained in:
parent
e5c78e3967
commit
1c1807ef6d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class LibvirtCallable(object):
|
||||||
class LibvirtConnection(object):
|
class LibvirtConnection(object):
|
||||||
# Wrapper class for libvirt connection retrying calls failed on libvirt connection
|
# Wrapper class for libvirt connection retrying calls failed on libvirt connection
|
||||||
# e.g. libvirtd restart. Without it kojivmd stucks in main loop
|
# e.g. libvirtd restart. Without it kojivmd stucks in main loop
|
||||||
def __init__(self) -> None:
|
def __init__(self):
|
||||||
self._conn = libvirt.open(None)
|
self._conn = libvirt.open(None)
|
||||||
|
|
||||||
def __getattr__(self, name):
|
def __getattr__(self, name):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue