Skip to content

Commit b3b04cc

Browse files
committed
Fix linting issues
1 parent 4393185 commit b3b04cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

adafruit_ht16k33/segments.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ class Seg14x4(HT16K33):
146146
"""Alpha-Numeric 14-segment display.
147147
148148
:param I2C i2c: The I2C bus object
149-
:param int|list|tuple address: The I2C address(es) for the display. Can be a tuple or list for multiple displays.
149+
:param int|list|tuple address: The I2C address(es) for the display. Can be a tuple or
150+
list for multiple displays.
150151
:param bool auto_write: True if the display should immediately change when set. If False,
151152
`show` must be called explicitly.
152153
:param int chars_per_display: A number between 1-8 represesenting the number of characters
@@ -488,7 +489,8 @@ class Seg7x4(_AbstractSeg7x4):
488489
supports displaying a limited set of characters.
489490
490491
:param I2C i2c: The I2C bus object
491-
:param int|list|tuple address: The I2C address for the display. Can be a tuple or list for multiple displays.
492+
:param int|list|tuple address: The I2C address for the display. Can be a tuple or list for
493+
multiple displays.
492494
:param bool auto_write: True if the display should immediately change when set. If False,
493495
`show` must be called explicitly.
494496
:param dict char_dict: An optional dictionary mapping strings to bit settings integers used

0 commit comments

Comments
 (0)