Skip to content

Commit 257c3eb

Browse files
Jake VanderPlascopybara-github
authored andcommitted
Avoid private import of jax._src.interpreters
PiperOrigin-RevId: 766689939
1 parent aa86e16 commit 257c3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathwaysutils/plugin_executable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from typing import List, Sequence, Tuple, Union
1919

2020
import jax
21-
from jax._src.interpreters import pxla
21+
from jax.interpreters import pxla
2222
from jax.extend.ifrt_programs import ifrt_programs
2323

2424

0 commit comments

Comments
 (0)