Skip to content

Commit

Permalink
fix parse_gl import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 18, 2022
1 parent 07aafd6 commit 305fa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_parse_gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from lingua_franca import load_language, unload_language, set_default_lang
from lingua_franca.parse import (normalize, extract_numbers, extract_number,
extract_datetime)
from lingua_franca.lang.parse_es import extract_datetime_gl, is_fractional_gl
from lingua_franca.lang.parse_gl import extract_datetime_gl, is_fractional_gl
from lingua_franca.time import default_timezone


Expand Down

0 comments on commit 305fa35

Please sign in to comment.