Skip to content

Commit e69ebb8

Browse files
run isort
1 parent b7b8a49 commit e69ebb8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

envpool/python/xla_template.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
from typing import Any, Callable, List, Tuple, Union
1919

2020
import numpy as np
21-
from jax import core, dtypes
21+
from jax import core, dtypes, interpreters
2222
from jax import numpy as jnp
2323
from jax.core import ShapedArray
2424
from jax.interpreters import xla
2525
from jax.lib import xla_client
26-
from jax import interpreters
2726

2827

2928
def _shape_with_layout(

0 commit comments

Comments
 (0)