We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60c73a8 commit f481af7Copy full SHA for f481af7
packages/python/plotly/_plotly_utils/utils.py
@@ -94,7 +94,7 @@ def is_skipped_key(key):
94
"""
95
Return whether the key is skipped for conversion to the typed array spec
96
97
- skipped_keys = ["geojson", "layer", "range"]
+ skipped_keys = ["geojson", "layer", "layers", "range"]
98
return any(skipped_key == key for skipped_key in skipped_keys)
99
100
0 commit comments