tvalentyn commented on code in PR #35656: URL: https://github.com/apache/beam/pull/35656#discussion_r2267836643
########## sdks/python/apache_beam/internal/code_object_pickler.py: ########## @@ -105,28 +110,31 @@ def _extend_path(prefix: str, suffix: str): return prefix + '.' + suffix -def _search( - callable: types.FunctionType, node: object, qual_name_parts: list[str]): +def _search(callable: Any, node: Any, qual_name_parts: list[str]): Review Comment: > callable: Any, node: Any, Are more specific types possible for any of these arguments? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
