Skip to content

Commit

Permalink
fix: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Nov 1, 2023
1 parent edcec88 commit b837441
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codebleu/bleu.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
# For license information, see LICENSE.TXT

"""BLEU score implementation."""
from typing import Any

import math
import sys
import warnings
from collections import Counter
from fractions import Fraction as _Fraction
from typing import Any

from .utils import ngrams

Expand Down

0 comments on commit b837441

Please sign in to comment.