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