This commit is contained in:
Adafruit Adabot 2021-04-05 23:14:07 -04:00
parent 021c1b1ee2
commit 0dc7f85df7
2 changed files with 0 additions and 18 deletions

View file

@ -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,

View file

@ -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