Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 17, 2024
1 parent 479104d commit 7f7dd26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reciprocalspaceship/io/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ def check_for_ray():
has_ray = False

message = (
"ray (https://www.ray.io/) is not available..."
"Falling back to serial."
"ray (https://www.ray.io/) is not available..." "Falling back to serial."
)
warnings.warn(message, ImportWarning)
return has_ray
Expand Down

0 comments on commit 7f7dd26

Please sign in to comment.