Skip to content

Commit

Permalink
fix formatting (#17913)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao authored Oct 12, 2022
1 parent 808af16 commit 94038a1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,7 @@ def test_read_sequential_slices(
stream_name_to_per_stream_state = dict()
for idx, state_message in enumerate(checkpoint_messages):
assert state_message.type == Type.STATE
state_input, complete_state = self.get_next_state_input(
state_message, stream_name_to_per_stream_state, is_per_stream
)
state_input, complete_state = self.get_next_state_input(state_message, stream_name_to_per_stream_state, is_per_stream)

if len(checkpoint_messages) >= min_batches_to_test and idx % sample_rate != 0:
continue
Expand Down

0 comments on commit 94038a1

Please sign in to comment.