Skip to content

Commit 85e7cf8

Browse files
committed
Disable pylint warning for too few public methods for enum-like class
1 parent 9d20149 commit 85e7cf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

displayio_effects/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"""
2323

2424

25+
# pylint: disable=too-few-public-methods
2526
class WidgetType:
2627
"""Enum values for customizable widget types"""
2728

0 commit comments

Comments
 (0)