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