From 3968103a07e9561f2f79d1acbf9261229f108d04 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:17:34 +0200 Subject: [PATCH] Fix style --- measurements/word_length/word_length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measurements/word_length/word_length.py b/measurements/word_length/word_length.py index 0a466913..46a84087 100644 --- a/measurements/word_length/word_length.py +++ b/measurements/word_length/word_length.py @@ -12,11 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -from packaging import version from statistics import mean import datasets from nltk import word_tokenize +from packaging import version import evaluate