Skip to content

Commit 8b48977

Browse files
committed
ruff linting issues
1 parent 82b0957 commit 8b48977

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

algoperf/workloads/cifar/cifar_jax/input_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
import jax
1212
import tensorflow as tf
1313
import tensorflow_datasets as tfds
14-
from flax import jax_utils
1514

1615
from algoperf import spec
1716
from algoperf.data_utils import shard_and_maybe_pad_np

algorithms/baselines/self_tuning/jax_nadamw_full_budget.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import jax
1717
import jax.numpy as jnp
1818
import optax
19-
from flax import jax_utils
2019

2120
from algoperf import jax_sharding_utils, spec
2221

0 commit comments

Comments
 (0)