Skip to content

Commit 964f620

Browse files
committed
black code format
1 parent bb9e964 commit 964f620

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

adafruit_monsterm4sk.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
class MonsterM4sk:
5858
"""Represents a single Monster M4sk
5959
60-
The terms "left" and "right" are always used from the
61-
perspective of looking out of the mask.
62-
The right screen is the one USB port directly above it.
63-
"""
60+
The terms "left" and "right" are always used from the
61+
perspective of looking out of the mask.
62+
The right screen is the one USB port directly above it.
63+
"""
6464

6565
def __init__(self, i2c=None):
6666
"""
67-
:param i2c: The I2C bus to use, will try board.I2C()
68-
if not supplied
67+
:param i2c: The I2C bus to use, will try board.I2C()
68+
if not supplied
6969
7070
"""
7171
displayio.release_displays()

0 commit comments

Comments
 (0)