mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
python: fix lint
This commit is contained in:
parent
794255836b
commit
bf6dfad4a3
|
@ -6,12 +6,6 @@ import bbgo_pb2
|
|||
from typing import List
|
||||
|
||||
|
||||
# message Depth {
|
||||
# string exchange = 1;
|
||||
# string symbol = 2;
|
||||
# repeated PriceVolume asks = 3;
|
||||
# repeated PriceVolume bids = 4;
|
||||
# }
|
||||
@dataclass
|
||||
class Depth:
|
||||
exchange: str
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import click
|
||||
import grpc
|
||||
import bbgo_pb2
|
||||
|
||||
import bbgo_pb2_grpc
|
||||
from bbgo import MarketService
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user