Skip to content

Commit 887d603

Browse files
committed
Fix lint: wrap long comment at line 808
1 parent e74143d commit 887d603

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdks/python/apache_beam/transforms/external.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,9 @@ def expand(self, pvalueish: pvalue.PCollection) -> pvalue.PCollection:
804804
spec=beam_runner_api_pb2.FunctionSpec(
805805
urn=common_urns.primitives.IMPULSE.urn),
806806
outputs={'out': transform_proto.inputs[tag]}))
807-
output_coders = None
808-
# Retrieve type hints and store them in variables to avoid duplicate calls and AttributeError
807+
808+
# Retrieve type hints and store them in variables
809+
# to avoid duplicate calls and AttributeError
809810
hints = self.get_type_hints()
810811
output_coders = None
811812
if hints.output_types:

0 commit comments

Comments
 (0)