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