Skip to content

Commit b063f9f

Browse files
committed
fix import order
1 parent 28e7e21 commit b063f9f

File tree

1 file changed

+1
-1
lines changed
  • algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax

1 file changed

+1
-1
lines changed

algorithmic_efficiency/workloads/librispeech_deepspeech/librispeech_jax/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import functools
2-
from typing import Optional, Dict, Tuple
2+
from typing import Dict, Optional, Tuple
33

44
from flax import jax_utils
55
import jax

0 commit comments

Comments
 (0)