From 7f7dd26c4b4282210b5e876a704b10e07ae38fdd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:13:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- reciprocalspaceship/io/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reciprocalspaceship/io/common.py b/reciprocalspaceship/io/common.py index 7f341e78..73b38b6c 100644 --- a/reciprocalspaceship/io/common.py +++ b/reciprocalspaceship/io/common.py @@ -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