From b596533ee7360ae7ffa2f0dcf53624bd1f07cde6 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Fri, 17 Jun 2022 15:48:10 -0400 Subject: [PATCH] Remove newlines in docstring --- CircuitPython_Logger/uart_handler/code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/CircuitPython_Logger/uart_handler/code.py b/CircuitPython_Logger/uart_handler/code.py index bcb10b2f7..39b515ce9 100644 --- a/CircuitPython_Logger/uart_handler/code.py +++ b/CircuitPython_Logger/uart_handler/code.py @@ -39,7 +39,6 @@ class UartHandler(Handler): """Create an instance. :param uart: the busio.UART instance to which to write messages - """ self._uart = uart