Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: jakirkham <[email protected]>
  • Loading branch information
grlee77 and jakirkham authored Nov 3, 2023
1 parent 11403ec commit 9dc6665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cucim/src/cucim/skimage/_shared/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def check_random_state(seed):
if isinstance(seed, cp.random.RandomState):
return seed
raise ValueError(
"%r cannot be used to seed a cupy.random.RandomState" " instance" % seed
f"{seed} cannot be used to seed a cupy.random.RandomState instance"
)


Expand Down

0 comments on commit 9dc6665

Please sign in to comment.