Skip to content

Commit 7b99ee8

Browse files
author
Peter Liu
committed
update test_imshow format
1 parent 7f6b0e0 commit 7b99ee8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/python/plotly/plotly/tests/test_core/test_px/test_imshow.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ def test_imshow_xarray():
182182

183183

184184
def test_imshow_labels_and_ranges():
185-
fig = px.imshow(
186-
[[1, 2], [3, 4], [5, 6]],
187-
)
185+
fig = px.imshow([[1, 2], [3, 4], [5, 6]],)
188186
assert fig.layout.xaxis.title.text is None
189187
assert fig.layout.yaxis.title.text is None
190188
assert fig.layout.coloraxis.colorbar.title.text is None

0 commit comments

Comments
 (0)