From 389276e2b8b5ed3ad5167130980d702fec945c1b Mon Sep 17 00:00:00 2001 From: Anastasiia Filippova Date: Thu, 7 Aug 2025 14:16:34 +0200 Subject: [PATCH] typo --- python/src/distributed.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/src/distributed.cpp b/python/src/distributed.cpp index bd68feb77..e2e191dbb 100644 --- a/python/src/distributed.cpp +++ b/python/src/distributed.cpp @@ -30,10 +30,6 @@ void init_distributed(nb::module_& parent_module) { .def( "rank", &mx::distributed::Group::rank, "Get the rank of this process") .def("size", &mx::distributed::Group::size, "Get the size of the group") - .def( - "backend", - &mx::distributed::Group::backend, - "Get the backend used for communication") .def( "split", &mx::distributed::Group::split,