Skip to content

Commit

Permalink
PEP8 required newline
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Oct 1, 2015
1 parent 2c3348f commit 1a7042b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamparse/storm/bolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def _handle_run_exception(self, exc):
if self.auto_fail:
self.fail(tup)


class BatchingBolt(Bolt):
"""A bolt which batches Tuples for processing.
Expand Down

0 comments on commit 1a7042b

Please sign in to comment.