Skip to content

Commit 521b6d1

Browse files
committed
Lint
1 parent 90e80b6 commit 521b6d1

File tree

1 file changed

+1
-1
lines changed
  • sdks/python/apache_beam/transforms

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/transforms/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3083,7 +3083,7 @@ def to_runner_api_parameter(
30833083
self,
30843084
context, # type: PipelineContext
30853085
):
3086-
# type: (PipelineContext) -> tuple[str, typing.Optional[typing.Union[message.Message, bytes, str]]]
3086+
# type: (...) -> tuple[str, typing.Optional[typing.Union[message.Message, bytes, str]]]
30873087
if getattr(self, '_using_gbek', False):
30883088
return super().to_runner_api_parameter(context)
30893089
if self.args or self.kwargs:

0 commit comments

Comments
 (0)