Skip to content

Commit

Permalink
run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Aug 12, 2024
1 parent b7b8a49 commit e69ebb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions envpool/python/xla_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
from typing import Any, Callable, List, Tuple, Union

import numpy as np
from jax import core, dtypes
from jax import core, dtypes, interpreters
from jax import numpy as jnp
from jax.core import ShapedArray
from jax.interpreters import xla
from jax.lib import xla_client
from jax import interpreters


def _shape_with_layout(
Expand Down

0 comments on commit e69ebb8

Please sign in to comment.