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

@@ -2,7 +2,7 @@ from datetime import timedelta
import weakref
from collections import OrderedDict
from six.moves import _thread
from ...six.moves import _thread
class _TzSingleton(type):