Skip to content

Commit

Permalink
Update parse_en.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jul 17, 2024
1 parent 09b5ea2 commit ba78601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lingua_franca/lang/parse_en.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
_generate_plurals_en, _SPOKEN_EXTRA_NUM_EN
from lingua_franca.lang.parse_common import is_numeric, look_for_fractions, \
invert_dict, ReplaceableNumber, partition_list, tokenize, Token, Normalizer,\
extract_roman_numeral_spans, DAYS_IN_1_YEAR, DAYS_IN_1_MONTH
extract_roman_numeral_spans
from lingua_franca.util.colors import Color, ColorOutOfSpace
from lingua_franca.time import now_local
from lingua_franca.time import now_local, DAYS_IN_1_YEAR, DAYS_IN_1_MONTH


def get_color_en(text):
Expand Down

0 comments on commit ba78601

Please sign in to comment.