Skip to content

Commit 9d2fc12

Browse files
committed
blacken
1 parent 6b39b47 commit 9d2fc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/basedatatypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3042,6 +3042,7 @@ def _validators(self):
30423042
"""
30433043
obj = self
30443044
if self.__validators is None:
3045+
30453046
class ValidatorCompat(object):
30463047
def __getitem__(self, item):
30473048
return obj._get_validator(item)
@@ -3059,7 +3060,6 @@ def items(self):
30593060

30603061
return self.__validators
30613062

3062-
30633063
def _process_kwargs(self, **kwargs):
30643064
"""
30653065
Process any extra kwargs that are not predefined as constructor params

0 commit comments

Comments
 (0)