Skip to content

Commit

Permalink
[sq] js.contact
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 27, 2024
1 parent f57eca3 commit ed97707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/api/contact.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from __future__ import annotations

import functools
from jaxsim import logging

import jax
import jax.numpy as jnp

import jaxsim.api as js
import jaxsim.terrain
import jaxsim.typing as jtp
from jaxsim import logging
from jaxsim.math import Adjoint, Cross, Transform

from .common import VelRepr
Expand Down

0 comments on commit ed97707

Please sign in to comment.