Remove newlines in docstring

This commit is contained in:
Alec Delaney 2022-06-17 15:48:10 -04:00
parent 39e1d954bd
commit b596533ee7

View file

@ -39,7 +39,6 @@ class UartHandler(Handler):
"""Create an instance.
:param uart: the busio.UART instance to which to write messages
"""
self._uart = uart