We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56494ba commit cb72f88Copy full SHA for cb72f88
packages/python/plotly/plotly/express/imshow_utils.py
@@ -125,7 +125,7 @@ def _output_dtype(dtype_or_range):
125
else:
126
raise ValueError(
127
"Incorrect value for out_range, should be a valid image data "
128
- f"type or a pair of values, got {dtype_or_range}."
+ "type or a pair of values, got %s." % str(dtype_or_range)
129
)
130
131
0 commit comments