Fix stream type annot

kraken_fill_bugs
Tyler Goodlet 2022-09-12 13:43:42 -04:00
parent b9d5b904f4
commit 4a9c16d298
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ class PaperBoi(Struct):
async def simulate_fills(
quote_stream: 'tractor.ReceiveStream', # noqa
quote_stream: tractor.MsgStream, # noqa
client: PaperBoi,
) -> None: