Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Sep 12, 2024
1 parent 748b52b commit 3968103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion measurements/word_length/word_length.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3968103

Please sign in to comment.