diff --git a/bigframes/functions/_function_session.py b/bigframes/functions/_function_session.py index 29e175d02f..90bfb89c56 100644 --- a/bigframes/functions/_function_session.py +++ b/bigframes/functions/_function_session.py @@ -555,10 +555,6 @@ def wrapper(func): warnings.warn(msg, category=bfe.FunctionConflictTypeHintWarning) py_sig = py_sig.replace(return_annotation=output_type) - # Try to get input types via type annotations. - - # The function will actually be receiving a pandas Series, but allow both - # BigQuery DataFrames and pandas object types for compatibility. # The function will actually be receiving a pandas Series, but allow # both BigQuery DataFrames and pandas object types for compatibility. is_row_processor = False