From 748b52b35ccd48d2b0b0f09cd418d01ee07b0605 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:03:49 +0200 Subject: [PATCH] Fix import in word_length --- measurements/word_length/word_length.py | 1 + 1 file changed, 1 insertion(+) diff --git a/measurements/word_length/word_length.py b/measurements/word_length/word_length.py index 873fa3c9..0a466913 100644 --- a/measurements/word_length/word_length.py +++ b/measurements/word_length/word_length.py @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +from packaging import version from statistics import mean import datasets