Skip to content

Commit

Permalink
fix type signature (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenyinfo authored Oct 7, 2024
1 parent eb87c80 commit ff70877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpaca/data/live/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def subscribe_quotes(
self._subscribe(handler, symbols, self._handlers["quotes"])

def subscribe_bars(
self, handler: Callable[[Union[Quote, Dict]], Awaitable[None]], *symbols: str
self, handler: Callable[[Union[Bar, Dict]], Awaitable[None]], *symbols: str
) -> None:
"""Subscribe to minute bars
Expand Down

0 comments on commit ff70877

Please sign in to comment.