Skip to content

Commit af622f2

Browse files
committed
fix lint
1 parent 293c08d commit af622f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tastytrade/dxfeed/quote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ class Quote(Event):
3333
#: or decimal for cryptocurrencies
3434
bidSize: Optional[Decimal] = None
3535
#: ask size as integer number (rounded toward zero)
36-
#. or decimal for cryptocurrencies
36+
#: or decimal for cryptocurrencies
3737
askSize: Optional[Decimal] = None

0 commit comments

Comments
 (0)