From c9c7bf404d8147a13e860c1f8663e07188e2d466 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 05:53:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/qibo/backends/pytorch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qibo/backends/pytorch.py b/src/qibo/backends/pytorch.py index 50e5f8be4b..3df847c6b4 100644 --- a/src/qibo/backends/pytorch.py +++ b/src/qibo/backends/pytorch.py @@ -70,8 +70,8 @@ def cast( copy: bool = False, ): """Casts input as a Torch tensor of the specified dtype. - - This method supports casting of single tensors or lists of tensors + + This method supports casting of single tensors or lists of tensors as for the :class:`qibo.backends.PyTorchBackend`. Args: