From cbe74d126e37dab00e94f095615d87139cb5942d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 28 Feb 2022 12:15:10 -0500 Subject: [PATCH] Doc str formatting --- piker/data/_source.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/piker/data/_source.py b/piker/data/_source.py index 3fa6db7b..12cad24f 100644 --- a/piker/data/_source.py +++ b/piker/data/_source.py @@ -127,11 +127,11 @@ def unpack_fqsn(fqsn: str) -> tuple[str, str, str]: class Symbol(BaseModel): - """I guess this is some kinda container thing for dealing with + ''' + I guess this is some kinda container thing for dealing with all the different meta-data formats from brokers? - Yah, i guess dats what it izz. - """ + ''' key: str tick_size: float = 0.01 lot_tick_size: float = 0.0 # "volume" precision as min step value