diff --git a/b_asic/scheduler_gui/axes_item.py b/b_asic/scheduler_gui/axes_item.py index e45e49967e44f770109cab7c434c5fabebcf5ffc..39bb40a034e42a2f0bfcd36f2648d4f3768c705b 100644 --- a/b_asic/scheduler_gui/axes_item.py +++ b/b_asic/scheduler_gui/axes_item.py @@ -51,10 +51,10 @@ class AxesItem(QGraphicsItemGroup): self, width: int, height: int, - width_indent: Optional[float] = 0.2, - height_indent: Optional[float] = 0.2, - width_padding: Optional[float] = 0.6, - height_padding: Optional[float] = 0.5, + width_indent: float = 0.2, + height_indent: float = 0.2, + width_padding: float = 0.6, + height_padding: float = 0.5, parent: Optional[QGraphicsItem] = None, ): """