Add type annots to vars inside `Render.render()`

epoch_index_backup
Tyler Goodlet 2022-12-18 19:50:41 -05:00
parent abac60a0f4
commit ddf8fa7b7a
1 changed files with 3 additions and 3 deletions

View File

@ -203,9 +203,9 @@ class Renderer(msgspec.Struct):
):
should_redraw = True
path = self.path
fast_path = self.fast_path
reset = False
path: QPainterPath = self.path
fast_path: QPainterPath = self.fast_path
reset: bool = False
self.viz.yrange = None