Skip to content

Commit d0f5251

Browse files
committed
basestring to str
1 parent ca9d37a commit d0f5251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/figure_factory/_bullet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
def is_sequence(obj):
1616
return (isinstance(obj, collections.Sequence) and
17-
not isinstance(obj, basestring))
17+
not isinstance(obj, str))
1818

1919

2020
def _bullet(df, markers, measures, ranges, subtitles, titles, orientation,

0 commit comments

Comments
 (0)