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

@@ -16,9 +16,9 @@ import bisect
import weakref
from collections import OrderedDict
import six
from six import string_types
from six.moves import _thread
from ... import six
from ...six import string_types
from ...six.moves import _thread
from ._common import tzname_in_python2, _tzinfo
from ._common import tzrangebase, enfold
from ._common import _validate_fromutc_inputs