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 16, 2024
1 parent 4ae52ab commit efa0e98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/hpp/corbaserver/manipulation/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/hpp/corbaserver/manipulation/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit efa0e98

Please sign in to comment.