Skip to content

Commit 918b87b

Browse files
black
1 parent 5de8217 commit 918b87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/express/_special_inputs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class IdentityMap(object):
32
"""
43
`dict`-like object which acts as if the value for any key is the key itself. Objects
@@ -24,6 +23,7 @@ class Constant(object):
2423
identifiers or list-like objects to indicate that this attribute should take on a
2524
constant value. An optional label can be provided.
2625
"""
26+
2727
def __init__(self, value, label=None):
2828
self.value = value
2929
self.label = label

0 commit comments

Comments
 (0)