From efa0e98489537e4fb74782a816136e714194c91e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:21:56 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/hpp/corbaserver/manipulation/__init__.py | 3 ++- src/hpp/corbaserver/manipulation/client.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/hpp/corbaserver/manipulation/__init__.py b/src/hpp/corbaserver/manipulation/__init__.py index 9abb830..d6b3efd 100644 --- a/src/hpp/corbaserver/manipulation/__init__.py +++ b/src/hpp/corbaserver/manipulation/__init__.py @@ -1,7 +1,8 @@ import hpp_idl.hpp.manipulation_idl # noqa: F401 -from hpp.corbaserver import createContext, loadServerPlugin # noqa: F401 from hpp_idl.hpp.corbaserver.manipulation import Rule # noqa: F401 +from hpp.corbaserver import createContext, loadServerPlugin # noqa: F401 + from .client import Client # noqa: F401 from .constraint_graph import ConstraintGraph # noqa: F401 from .constraint_graph_factory import ConstraintGraphFactory # noqa: F401 diff --git a/src/hpp/corbaserver/manipulation/client.py b/src/hpp/corbaserver/manipulation/client.py index c986f38..82acc7c 100644 --- a/src/hpp/corbaserver/manipulation/client.py +++ b/src/hpp/corbaserver/manipulation/client.py @@ -28,9 +28,10 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH # DAMAGE. -from hpp.corbaserver.client import Client as _Parent from hpp_idl.hpp.corbaserver.manipulation import Graph, Problem, Robot +from hpp.corbaserver.client import Client as _Parent + class Client(_Parent): """