Skip to content
Snippets Groups Projects

Fix typing

Merged Oscar Gustafsson requested to merge schedulerguityping into master
6 files
+ 43
24
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -49,8 +49,8 @@ class AxesItem(QGraphicsItemGroup):
def __init__(
self,
width: int,
height: int,
width: float,
height: float,
width_indent: float = 0.2,
height_indent: float = 0.2,
width_padding: float = 0.6,
Loading