Skip to content

Commit 07e60d7

Browse files
committed
Yapf
1 parent 19e2b45 commit 07e60d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sdks/python/apache_beam/runners/direct/transform_evaluator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,7 @@ def process_element(self, element):
938938
assert not self.global_state.get_state(
939939
None, _GroupByKeyOnlyEvaluator.COMPLETION_TAG)
940940
if (isinstance(element, WindowedValue) and
941-
isinstance(element.value, abc.Iterable) and
942-
len(element.value) == 2):
941+
isinstance(element.value, abc.Iterable) and len(element.value) == 2):
943942
k, v = element.value
944943
encoded_k = self.key_coder.encode(k)
945944
state = self._step_context.get_keyed_state(encoded_k)

0 commit comments

Comments
 (0)