Skip to content

Commit 3968103

Browse files
Fix style
1 parent 748b52b commit 3968103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

measurements/word_length/word_length.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from packaging import version
1615
from statistics import mean
1716

1817
import datasets
1918
from nltk import word_tokenize
19+
from packaging import version
2020

2121
import evaluate
2222

0 commit comments

Comments
 (0)