We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9d37a commit d0f5251Copy full SHA for d0f5251
plotly/figure_factory/_bullet.py
@@ -14,7 +14,7 @@
14
15
def is_sequence(obj):
16
return (isinstance(obj, collections.Sequence) and
17
- not isinstance(obj, basestring))
+ not isinstance(obj, str))
18
19
20
def _bullet(df, markers, measures, ranges, subtitles, titles, orientation,
0 commit comments