Skip to content

Commit c6ea35c

Browse files
committed
"Reformatted per new black version"
1 parent 4157c54 commit c6ea35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_vc0706.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def baudrate(self):
110110

111111
@baudrate.setter
112112
def baudrate(self, baud):
113-
"""Set the baudrate to 9600, 19200, 38400, 57600, or 115200. """
113+
"""Set the baudrate to 9600, 19200, 38400, 57600, or 115200."""
114114
divider = None
115115
if baud == 9600:
116116
divider = _BAUDRATE_9600

0 commit comments

Comments
 (0)