Skip to content

Commit 53eafc4

Browse files
authored
Update oci_base.py
Remove oci_conn_id from init()
1 parent 8900b99 commit 53eafc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci-provider/plugins/plugins/hooks/oci_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def __init__(self,
4949
oci_conn_id: Optional[str] = "oci_default",
5050
verify: Optional[bool] = None
5151
):
52-
super(OCIBaseHook, self).__init__(oci_conn_id)
52+
super(OCIBaseHook, self).__init__()
5353
self.oci_conn_id = oci_conn_id
5454
self.config = None
5555
self.client_kwargs = None

0 commit comments

Comments
 (0)