Add type annots to vars inside `Render.render()`
							parent
							
								
									44e7170078
								
							
						
					
					
						commit
						747dee2dc5
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue