Skip to content

Commit 79354ab

Browse files
committed
black
1 parent 00542ef commit 79354ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: packages/python/plotly/plotly/express/_imshow.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ def _infer_zmax_from_type(img):
4545
return img[np.isfinite(img)].max()
4646

4747

48-
def imshow(
49-
img, zmin=None, zmax=None, origin=None, colorscale=None, showticks=True):
48+
def imshow(img, zmin=None, zmax=None, origin=None, colorscale=None, showticks=True):
5049
"""
5150
Display an image, i.e. data on a 2D regular raster.
5251

0 commit comments

Comments
 (0)