Skip to content

Commit 0fe97f9

Browse files
Jake VanderPlasGoogle-ML-Automation
authored andcommitted
jax.core: remove private API
PiperOrigin-RevId: 705155279
1 parent 6c45d31 commit 0fe97f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jax/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
unsafe_am_i_under_a_jit as unsafe_am_i_under_a_jit_DO_NOT_USE, # noqa: F401
4040
unsafe_am_i_under_a_vmap as unsafe_am_i_under_a_vmap_DO_NOT_USE, # noqa: F401
4141
unsafe_get_axis_names as unsafe_get_axis_names_DO_NOT_USE, # noqa: F401
42-
unsafe_get_current_trace as unsafe_get_current_trace_DO_NOT_USE, # noqa: F401
4342
UnshapedArray as UnshapedArray,
4443
Value as Value,
4544
abstract_token as abstract_token,

0 commit comments

Comments
 (0)