Skip to content

Commit d0e83e1

Browse files
authored
Fixed pylint and added docstring
1 parent f53b4b2 commit d0e83e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_displayio_layout/layouts/grid_layout.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@ class GridLayout(displayio.Group):
4444
lines above. Row indexes are 0 based.
4545
:param Union[tuple, list] v_divider_line_cols: Column indexes to draw divider
4646
lines before. Column indexes are 0 based.
47+
:param divider_line_color: The color of the divider lines (in hexadecimal)
4748
4849
"""
4950

5051
# pylint: disable=too-many-arguments
52+
# pylint: disable=too-many-instance-attributes
5153
def __init__(
5254
self,
5355
x,

0 commit comments

Comments
 (0)