Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Jun 15, 2024
1 parent b0fd8e7 commit e546748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/surface/gui/gui/widgets/float_comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e546748

Please sign in to comment.