Skip to content

Commit d4242ac

Browse files
committed
Python 2 future division for repr test
1 parent b4e6b01 commit d4242ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_graph_objs/test_repr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from __future__ import absolute_import
1+
from __future__ import absolute_import, division
22
from unittest import TestCase, SkipTest
33
import plotly.graph_objs as go
44

0 commit comments

Comments
 (0)