Skip to content

Commit 30d54a1

Browse files
committed
Fix lint error.
1 parent 945f8cc commit 30d54a1

File tree

1 file changed

+1
-0
lines changed
  • packages/python/plotly/plotly/figure_factory

1 file changed

+1
-0
lines changed

packages/python/plotly/plotly/figure_factory/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
except ImportError:
2929
from collections import Sequence
3030

31+
3132
def is_sequence(obj):
3233
return isinstance(obj, Sequence) and not isinstance(obj, str)
3334

0 commit comments

Comments
 (0)