diff --git a/src/simudator/gui/gui.py b/src/simudator/gui/gui.py index 3330553bd13ff92c6e55592df14556d90492e741..94e61e82608032f45b76d977261749b13b65120c 100644 --- a/src/simudator/gui/gui.py +++ b/src/simudator/gui/gui.py @@ -363,8 +363,9 @@ class GUI(QMainWindow): signal.connect(self.updateCpuClockCycle) def init_pipeline(self) -> None: - """ - Initializes the pipeline diagram. Sets its height, width and instructions. + """Initialize the pipeline diagram. + + Sets its height, width and instructions. """ size = self.cpu.get_pipeline_dimensions()