Skip to content

Commit

Permalink
remove unused key_id variable (#30055)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Mar 14, 2023
1 parent 9a4f674 commit 63d9266
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions airflow/providers/hashicorp/hooks/vault.py
Expand Up @@ -186,10 +186,6 @@ def __init__(
else (None, None)
)

key_id = self.connection.extra_dejson.get("key_id")
if not key_id:
key_id = self.connection.login

if self.connection.conn_type == "vault":
conn_protocol = "http"
elif self.connection.conn_type == "vaults":
Expand Down

0 comments on commit 63d9266

Please sign in to comment.