drop stray typing hint

typo from https://pagure.io/koji/pull-request/3679
This commit is contained in:
Mike McLean 2023-07-03 17:13:43 -04:00
parent e5c78e3967
commit 1c1807ef6d

View file

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