Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Jun 9, 2024
1 parent a32db8a commit 2c88c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haliax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
unflatten_axis,
updated_slice,
)
from .jax_utils import filter_checkpoint
from .hof import fold, map, scan, vmap
from .jax_utils import filter_checkpoint
from .ops import clip, isclose, pad_left, trace, tril, triu, where
from .partitioning import auto_sharded, axis_mapping, fsdp, named_jit, shard, shard_with_axis_mapping
from .specialized_fns import top_k
Expand Down

0 comments on commit 2c88c4c

Please sign in to comment.