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