We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4f212 commit a603afaCopy full SHA for a603afa
1 file changed
pathwaysutils/test/proxy_backend_test.py
@@ -11,10 +11,13 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
+"""Tests for the proxy backend module."""
15
+
16
+from unittest import mock
17
18
import jax
19
from jax.extend import backend
20
from jax.lib.xla_extension import ifrt_proxy
-import mock
21
from pathwaysutils import proxy_backend
22
23
from absl.testing import absltest
0 commit comments