Skip to content

Commit ee903dc

Browse files
committed
Updated pr.
1 parent c6f17ca commit ee903dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ads/common/auth.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ def __post_init__(self):
6565
"OCI_CONFIG_PROFILE", DEFAULT_PROFILE
6666
)
6767
self.oci_config = self.oci_config or {}
68-
self.oci_signer = self.oci_signer
69-
self.oci_signer_callable = self.oci_signer_callable
7068
self.oci_signer_kwargs = self.oci_signer_kwargs or {}
7169
self.oci_client_kwargs = self.oci_client_kwargs or {}
7270

0 commit comments

Comments
 (0)