Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Sep 10, 2024
1 parent 293c08d commit af622f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastytrade/dxfeed/quote.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ class Quote(Event):
#: or decimal for cryptocurrencies
bidSize: Optional[Decimal] = None
#: ask size as integer number (rounded toward zero)
#. or decimal for cryptocurrencies
#: or decimal for cryptocurrencies
askSize: Optional[Decimal] = None

0 comments on commit af622f2

Please sign in to comment.