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 8900b99 commit 53eafc4Copy full SHA for 53eafc4
oci-provider/plugins/plugins/hooks/oci_base.py
@@ -49,7 +49,7 @@ def __init__(self,
49
oci_conn_id: Optional[str] = "oci_default",
50
verify: Optional[bool] = None
51
):
52
- super(OCIBaseHook, self).__init__(oci_conn_id)
+ super(OCIBaseHook, self).__init__()
53
self.oci_conn_id = oci_conn_id
54
self.config = None
55
self.client_kwargs = None
0 commit comments