Skip to content

Commit cf9b998

Browse files
committed
lint
1 parent 564674d commit cf9b998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_magtag/magtag.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class MagTag:
5454
NeoPixel. Defaults to ``None``, not the status LED
5555
:param json_transform: A function or a list of functions to call with the parsed JSON.
5656
Changes and additions are permitted for the ``dict`` object.
57-
:param rotation: Default rotation is landscape (270) but can be 0, 90, or 180 for portrait/rotated
57+
:param rotation: Default rotation is landscape (270) but can be 0, 90, or 180 for
58+
portrait/rotated
5859
:param debug: Turn on debug print outs. Defaults to False.
5960
6061
"""

0 commit comments

Comments
 (0)