Skip to content

Commit

Permalink
feature: endpoint to return templating values from flows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJaeger committed Oct 31, 2023
1 parent 9235790 commit 6855eb0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def list_flows(self, project, cursor: str = ""):
return flows

def retrieve_flow_definitions(self, project, flow_uuid):
print(self.base_url)
response = retry_request_and_refresh_flows_auth_token(
project=project,
request_method=requests.get,
Expand Down

0 comments on commit 6855eb0

Please sign in to comment.