summaryrefslogtreecommitdiff
path: root/libvirtaio.py
diff options
context:
space:
mode:
Diffstat (limited to 'libvirtaio.py')
-rw-r--r--libvirtaio.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvirtaio.py b/libvirtaio.py
index 7a50c9d..0f74209 100644
--- a/libvirtaio.py
+++ b/libvirtaio.py
@@ -63,8 +63,7 @@ class Callback(object):
_iden_counter = itertools.count()
- def __init__(self, impl, cb, opaque, *args, **kwargs):
- super().__init__(*args, **kwargs)
+ def __init__(self, impl, cb, opaque):
self.iden = next(self._iden_counter)
self.impl = impl
self.cb = cb