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