Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Nov 11, 2024
1 parent e0f2b70 commit da0324c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdks/python/apache_beam/transforms/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,7 @@ def display_data(self):
input_batched=self._input_batched)

@typehints.with_input_types(
typehints.Union[tuple[K, V],
tuple[K, tuple[V, float]]])
typehints.Union[tuple[K, V], tuple[K, tuple[V, float]]])
@typehints.with_output_types(tuple[K, list[V]])
class PerKey(PTransform):
"""
Expand Down

0 comments on commit da0324c

Please sign in to comment.