We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dc422 commit dfd0f97Copy full SHA for dfd0f97
firebirdsql/fbcore.py
@@ -1183,4 +1183,4 @@ def is_disconnect(self):
1183
1184
class Connection(ConnectionBase, ConnectionResponseMixin):
1185
def __init__(self, *args, **kwargs):
1186
- super().__init__(*args, **kwargs)
+ ConnectionBase.__init__(self, *args, **kwargs)
0 commit comments