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 5a98c82 commit 09b5ea2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lingua_franca/lang/parse_en.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +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
from lingua_franca.time import now_local
invert_dict, ReplaceableNumber, partition_list, tokenize, Token, Normalizer, DAYS_IN_1_YEAR, DAYS_IN_1_MONTH
extract_roman_numeral_spans, DAYS_IN_1_YEAR, DAYS_IN_1_MONTH
from lingua_franca.util.colors import Color, ColorOutOfSpace
from lingua_franca.time import now_local


def get_color_en(text):
Expand Down

0 comments on commit 09b5ea2

Please sign in to comment.