Fix imports

This commit is contained in:
Lonami Exo
2021-09-12 13:27:13 +02:00
parent 28956496fc
commit f222dc167e
62 changed files with 322 additions and 301 deletions

View File

@@ -6,7 +6,7 @@ since they seem to count as two characters and it's a bit strange.
import re
import warnings
from ..helpers import add_surrogate, del_surrogate, within_surrogate, strip_text
from .helpers import add_surrogate, del_surrogate, within_surrogate, strip_text
from .. import _tl
DEFAULT_DELIMITERS = {