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

fix enum name format #480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix enum name format #480

wants to merge 1 commit into from

Conversation

yuhanH
Copy link

@yuhanH yuhanH commented Jul 29, 2024

This PR is for addressing this issue #479
If retrieving the original enum name is not possible, an alternative solution is to adjust the enum value to ensure it corresponds to the intended format and then assign it to enum name.

This PR accomplishes two main objectives:

  1. Convert the enum value into a correctly formatted enum name.
  2. Replace the default python_val with the newly formatted enum name.

@yuhanH yuhanH requested a review from ayushkamat as a code owner July 29, 2024 18:39
Copy link

semanticdiff-com bot commented Jul 29, 2024

Review changes with SemanticDiff.

Analyzed 1 of 1 files.

Overall, the semantic diff is 2% smaller than the GitHub diff.

Filename Status
✔️ latch_cli/services/get_params.py 1.5% smaller

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.

1 participant