las
This commit is contained in:
parent
021c1b1ee2
commit
0dc7f85df7
2 changed files with 0 additions and 18 deletions
|
|
@ -48,10 +48,6 @@ __repo__ = (
|
|||
# pylint: disable=missing-class-docstring, too-few-public-methods
|
||||
|
||||
|
||||
class MC(Widget, Control):
|
||||
pass
|
||||
|
||||
|
||||
class ColorPicker(Widget, Control):
|
||||
"""A widget to be used to select colors from a heel.
|
||||
|
||||
|
|
@ -122,8 +118,6 @@ class ColorPicker(Widget, Control):
|
|||
# pylint: disable=too-many-lines, too-many-instance-attributes, too-many-arguments
|
||||
# pylint: disable=too-many-locals, too-many-statements
|
||||
|
||||
__metaclass__ = MC
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
filename: str = None,
|
||||
|
|
|
|||
12
docs/api.rst
12
docs/api.rst
|
|
@ -7,17 +7,5 @@
|
|||
Color Picker
|
||||
============
|
||||
|
||||
.. automodule:: adafruit_displayio_layout.widgets.widget
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
||||
.. automodule:: adafruit_displayio_color_picker
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_displayio_color_picker.color_picker
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
||||
.. automodule:: adafruit_displayio_color_picker.wheel_maker
|
||||
:members:
|
||||
:member-order: bysource
|
||||
|
|
|
|||
Loading…
Reference in a new issue