Remove newlines in docstring
This commit is contained in:
parent
39e1d954bd
commit
b596533ee7
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class UartHandler(Handler):
|
|||
"""Create an instance.
|
||||
|
||||
:param uart: the busio.UART instance to which to write messages
|
||||
|
||||
"""
|
||||
self._uart = uart
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue