Skip to content

Commit d4fbc97

Browse files
lint
1 parent 066dfe5 commit d4fbc97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/components_page/components/input/colorpicker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
import dash_html_components as html
32
from dash.dependencies import Input, Output
43
import dash_bootstrap_components as dbc
54

65
colorpicker = dbc.FormGroup(
76
[
8-
dbc.Label("Choose the text color:", id='label'),
7+
dbc.Label("Choose the text color:", id="label"),
98
dbc.Input(
109
type="color",
1110
id="colorpicker",

0 commit comments

Comments
 (0)