mirror of
https://github.com/clearml/clearml
synced 2025-03-03 18:52:12 +00:00
pep8
This commit is contained in:
parent
e206232126
commit
0797f23f36
@ -12,9 +12,9 @@ from zipfile import ZipFile, ZIP_DEFLATED
|
||||
|
||||
try:
|
||||
# noinspection PyCompatibility
|
||||
from collections.abc import Callable, Sequence as CollectionsSequence
|
||||
from collections.abc import Sequence as CollectionsSequence
|
||||
except ImportError:
|
||||
from collections import Callable, Sequence as CollectionsSequence
|
||||
from collections import Sequence as CollectionsSequence
|
||||
|
||||
from typing import Optional, Union, Mapping, Sequence, Any, Dict, Iterable, TYPE_CHECKING
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user