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

Remove usage of Any from modules in the function_utils module. #4133

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Remove usage of Any from modules in the function_utils module.

In most cases it's possible to simply replace Any with object but in some cases a more specific type is appropriate.

This change also fixes any pytype errors caused by adding the correct Python type annotation.

Note: _Arguments is deleted to make the code more readable, it's not a first class object and there is no parity between the packing inputs and the unapcking outputs.

@copybara-service copybara-service bot closed this Sep 25, 2023
@copybara-service copybara-service bot deleted the cl/567736314 branch September 25, 2023 16:46
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.

0 participants