We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 945f8cc commit 30d54a1Copy full SHA for 30d54a1
packages/python/plotly/plotly/figure_factory/utils.py
@@ -28,6 +28,7 @@
28
except ImportError:
29
from collections import Sequence
30
31
+
32
def is_sequence(obj):
33
return isinstance(obj, Sequence) and not isinstance(obj, str)
34
0 commit comments