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 c6f17ca commit ee903dcCopy full SHA for ee903dc
ads/common/auth.py
@@ -65,8 +65,6 @@ def __post_init__(self):
65
"OCI_CONFIG_PROFILE", DEFAULT_PROFILE
66
)
67
self.oci_config = self.oci_config or {}
68
- self.oci_signer = self.oci_signer
69
- self.oci_signer_callable = self.oci_signer_callable
70
self.oci_signer_kwargs = self.oci_signer_kwargs or {}
71
self.oci_client_kwargs = self.oci_client_kwargs or {}
72
0 commit comments