Skip to content

Commit

Permalink
fixed syntax style in map_async.py
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Jun 8, 2018
1 parent 0a3838e commit 3523a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broqer/op/map_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self, publisher: Publisher, map_coro, *args,
self._mode = mode
self._error_callback = error_callback
self._future = None # type: asyncio.Future
self._last_emit = None # type: Any
self._last_emit = None # type: Any

if mode in (Mode.QUEUE, Mode.LAST, Mode.LAST_DISTINCT):
maxlen = (None if mode == Mode.QUEUE else 1)
Expand Down

0 comments on commit 3523a3b

Please sign in to comment.