Skip to content

Commit 8159f8f

Browse files
authored
refactor: Remove duplicated comments in _function_session.py (#2001)
1 parent 9164faa commit 8159f8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bigframes/functions/_function_session.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,6 @@ def wrapper(func):
555555
warnings.warn(msg, category=bfe.FunctionConflictTypeHintWarning)
556556
py_sig = py_sig.replace(return_annotation=output_type)
557557

558-
# Try to get input types via type annotations.
559-
560-
# The function will actually be receiving a pandas Series, but allow both
561-
# BigQuery DataFrames and pandas object types for compatibility.
562558
# The function will actually be receiving a pandas Series, but allow
563559
# both BigQuery DataFrames and pandas object types for compatibility.
564560
is_row_processor = False

0 commit comments

Comments
 (0)