Update parse_it.py

imported too early, the functions that use them are not yet ready
pull/1912/head
Ale 2019-01-04 18:39:54 +01:00 committed by GitHub
parent 3fc29e0e96
commit 4270fd4528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ from datetime import datetime
from dateutil.relativedelta import relativedelta
from mycroft.util.lang.parse_common import is_numeric, look_for_fractions, \
extract_numbers_generic
from mycroft.util.lang.format_it import NUM_STRING_IT, LONG_SCALE_IT, \
SHORT_SCALE_IT, pronounce_number_it
from mycroft.util.lang.format_it import NUM_STRING_IT, pronounce_number_it
SHORT_ORDINAL_STRING_IT = {
1: 'primo',