Skip to content

Commit

Permalink
Whitespace format
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 21, 2022
1 parent 86ff7d3 commit 950d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/transforms/periodicsequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create_tracker(self, restriction):

def restriction_size(self, unused_element, restriction):
return restriction.size()

# On drain, immediately stop emitting new elements
def truncate(self, unused_element, unused_restriction):
return None
Expand Down

0 comments on commit 950d8a6

Please sign in to comment.