Skip to content

Commit ee09301

Browse files
committed
removed unnecesarry imports
1 parent 4699505 commit ee09301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pendulum/01_learning.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import numpy as np
88
from mujoco import mjx
99
from mujoco_sysid.mjx.model import create_rollout
10-
from mujoco_sysid.utils import mjx2mujoco, update_model
10+
from mujoco_sysid.utils import mjx2mujoco
1111
import os
1212
import optax
1313
from mujoco.mjx._src.types import IntegratorType

0 commit comments

Comments
 (0)