We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a56bb commit 384fafcCopy full SHA for 384fafc
psqlextra/backend/base.py
@@ -31,7 +31,7 @@ def __init__(self, *args, **kwargs):
31
#
32
# This can lead to broken functionality. We fix this automatically.
33
34
- if not isinstance(self.ops, self.introspection_class):
+ if not isinstance(self.introspection, self.introspection_class):
35
self.introspection = self.introspection_class(self)
36
37
if not isinstance(self.ops, self.ops_class):
0 commit comments