Skip to content

Commit

Permalink
refactor token
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 12, 2024
1 parent b345c2b commit e3a7e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/firecloud_api/firecloud_api2.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, workspace_namespace, workspace_name, sa_json_b64, user, actio
self.workspace_name = workspace_name
self.user = user # Store the user email
self.base_url = "https://api.firecloud.org/api"
self.headers = self._build_auth_headers()
self.action = action
self.method_namespace = method_namespace
self.method_name = method_name
Expand Down

0 comments on commit e3a7e7c

Please sign in to comment.