Skip to content

Commit 62fc630

Browse files
committed
remove unused import
1 parent 1a9f4d6 commit 62fc630

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

axlearn/common/ops/_optimization_barrier.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from typing import Any
66

77
import jax
8-
from jax._src import ad_checkpoint # pylint: disable=protected-access
9-
108

119
@jax.custom_jvp
1210
@jax.custom_batching.custom_vmap # Must be wrapped in this before custom_jvp.

axlearn/common/utils_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
# pylint: disable=no-self-use
1616
import jax
17-
import jaxlib
1817
import numpy as np
1918
import pytest
2019
import tensorflow as tf

0 commit comments

Comments
 (0)