From d0a623423f4f035ffb496049de4f167e7b89a07a Mon Sep 17 00:00:00 2001 From: Johannes Kung <johku144@student.liu.se> Date: Mon, 17 Jun 2024 07:21:53 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/simudator/gui/gui.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/simudator/gui/gui.py b/src/simudator/gui/gui.py index 3330553..94e61e8 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() -- GitLab