revert import order

This commit is contained in:
andrew
2025-04-08 14:06:17 -04:00
parent 65500cfbdc
commit fc516ee3c1
+1 -2
View File
@@ -27,10 +27,9 @@ from typing import Callable, List, Optional, Tuple, Union
import weakref
import glfw
import numpy as np
import mujoco
from mujoco import _simulate
import numpy as np
if not glfw._glfw: # pylint: disable=protected-access
raise RuntimeError('GLFW dynamic library handle is not available')