Skip to content

Commit

Permalink
Call missing parent init
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 21, 2022
1 parent be4ceec commit 9991bca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def get_traced_connection_proxy(
# pylint: disable=abstract-method
class TracedConnectionProxy(type(connection), _TracedConnectionProxy):
def __init__(self, connection):
super().__init__()
self._connection = connection

def __getattr__(self, name):
Expand Down

0 comments on commit 9991bca

Please sign in to comment.