We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ecc41 commit 120b945Copy full SHA for 120b945
1 file changed
meld/undo.py
@@ -84,7 +84,7 @@ def __init__(self, buffers):
84
expects to maintain undo checkpoints for the same set of
85
buffers for the lifetime of the UndoSequence.
86
"""
87
- GObject.GObject.__init__(self)
+ super().__init__()
88
self.buffer_refs = [weakref.ref(buf) for buf in buffers]
89
self.clear()
90
0 commit comments