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 parameters with dots in py client #145

Merged
merged 1 commit into from
Dec 26, 2023

Conversation

mristin
Copy link
Collaborator

@mristin mristin commented Dec 26, 2023

We forgot to apply an arg_name filter to the optional parameters.

Fixes #144.

We forgot to apply an `arg_name` filter to the optional parameters.

Fixes #144.
@mristin mristin merged commit 11af57e into master Dec 26, 2023
4 checks passed
@mristin mristin deleted the mristin/Handle-parameters-with-dots branch December 26, 2023 21:02
mristin added a commit that referenced this pull request Jan 7, 2024
* Fixed parameters with dots in py client (#145)
@mristin mristin mentioned this pull request Jan 7, 2024
mristin added a commit that referenced this pull request Jan 7, 2024
* Fixed parameters with dots in py client (#145)
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.

Parameter names with '.' in them inconsistently generated into Python code
1 participant