From e546748d830427e0325d9fbd7a7895d07117a258 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Sat, 15 Jun 2024 16:43:32 -0400 Subject: [PATCH] remove blank line --- src/surface/gui/gui/widgets/float_comm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surface/gui/gui/widgets/float_comm.py b/src/surface/gui/gui/widgets/float_comm.py index 40ef253a..fbf2cd55 100644 --- a/src/surface/gui/gui/widgets/float_comm.py +++ b/src/surface/gui/gui/widgets/float_comm.py @@ -164,7 +164,6 @@ def handle_serial(self, msg: FloatSerial) -> None: self.console.moveCursor(QTextCursor.MoveOperation.End) self.console.insertPlainText(f'{msg.serial}\n') - @pyqtSlot(FloatSingle) def handle_single(self, msg: FloatSingle) -> None: self.counter += 1