Skip to content

Commit

Permalink
fixed line length
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Dec 10, 2020
1 parent b0b1820 commit f40fdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions broqer/op/bitwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

class BitwiseCombineLatest(MultiOperator):
""" Bitwise combine the latest emit of multiple publishers and emit the
combination. If a publisher is not emitting or is not defined for a bit, the
init value will be used.
combination. If a publisher is not emitting or is not defined for a bit,
the init value will be used.
:param bit_publisher_mapping: dictionary with bit index as key and source
publisher as value
Expand Down

0 comments on commit f40fdf7

Please sign in to comment.