Skip to content

Commit a603afa

Browse files
lukebaumanncopybara-github
authored andcommitted
Fixing a unittest
PiperOrigin-RevId: 743221887
1 parent 3e4f212 commit a603afa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pathwaysutils/test/proxy_backend_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
"""Tests for the proxy backend module."""
15+
16+
from unittest import mock
17+
1418
import jax
1519
from jax.extend import backend
1620
from jax.lib.xla_extension import ifrt_proxy
17-
import mock
1821
from pathwaysutils import proxy_backend
1922

2023
from absl.testing import absltest

0 commit comments

Comments
 (0)