Skip to content

Commit cb72f88

Browse files
remove f-string
1 parent 56494ba commit cb72f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _output_dtype(dtype_or_range):
125125
else:
126126
raise ValueError(
127127
"Incorrect value for out_range, should be a valid image data "
128-
f"type or a pair of values, got {dtype_or_range}."
128+
"type or a pair of values, got %s." % str(dtype_or_range)
129129
)
130130

131131

0 commit comments

Comments
 (0)