Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(framework) Use Run as get_run return type #3729

Merged
merged 7 commits into from
Jul 8, 2024

Conversation

charlesbvll
Copy link
Member

@charlesbvll charlesbvll commented Jul 7, 2024

Issue

Description

Currently, the get_run function defined for our clients returns a tuple of strings instead of a Run object.

Related issues/PRs

The following PR is blocked by the current one: #3730

Proposal

Explanation

Change the return type of the get_run function to Run and make the necessary changes across the codebase.

Checklist

  • Implement proposed change
  • Make CI checks pass
  • Ping maintainers on Slack (channel #contributions)

Any other comments?

N/A

@charlesbvll charlesbvll marked this pull request as ready for review July 7, 2024 13:27
@danieljanes danieljanes enabled auto-merge (squash) July 8, 2024 11:12
@danieljanes danieljanes changed the title feat(framework) Use Run as get_run return type feat(framework) Use Run as get_run return type Jul 8, 2024
@danieljanes danieljanes merged commit 7bbbdd1 into main Jul 8, 2024
30 checks passed
@danieljanes danieljanes deleted the use-run-as-get-run-return branch July 8, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants