Skip to content

Commit 3142c62

Browse files
committed
Black
1 parent ef51cce commit 3142c62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/python/plotly/plotly/tests/test_optional/test_graph_objs/test_performance.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import pytest
66

77
np.random.seed(1)
8-
pio.renderers.default = 'png'
8+
pio.renderers.default = "png"
9+
910

1011
def test_performance_b64_scatter3d():
1112
N = 50000
@@ -52,7 +53,7 @@ def test_performance_b64_scatter3d():
5253
]
5354
)
5455
fig.show(engine="kaleido")
55-
56+
5657
np_time_elapsed = time.time() - np_start
5758

5859
# np should be faster than lists

0 commit comments

Comments
 (0)