Skip to content

Commit 39cdba0

Browse files
committed
[envpool] Fix xla template import order
1 parent eea53b0 commit 39cdba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

envpool/python/xla_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
import numpy as np
2121
from jax import core, dtypes
2222
from jax import numpy as jnp
23+
from jax._src.lib import xla_client
2324
from jax.core import ShapedArray
2425
from jax.interpreters import xla
25-
from jax._src.lib import xla_client
2626

2727
_core = cast(Any, core)
2828
_xla = cast(Any, xla)

0 commit comments

Comments
 (0)