Fix dependencies

This commit is contained in:
2022-06-24 23:07:47 +02:00
parent ec73b69eed
commit 26e24036b5
8 changed files with 21 additions and 21 deletions

View File

@ -39,8 +39,8 @@ import warnings
from calendar import monthrange
from io import StringIO
import six
from six import integer_types, text_type
from ... import six
from ...six import integer_types, text_type
from decimal import Decimal