mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 05:19:17 +00:00
Remove future (Python 2 is not supported for clearml-agent)
This commit is contained in:
parent
d216d70cdf
commit
2ef5d38b32
@ -3,8 +3,6 @@ from __future__ import print_function
|
|||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from future.builtins import super
|
|
||||||
|
|
||||||
from clearml_agent.commands.base import ServiceCommandSection
|
from clearml_agent.commands.base import ServiceCommandSection
|
||||||
from clearml_agent.helper.base import return_list
|
from clearml_agent.helper.base import return_list
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ from typing import Union, Text, Sequence, Any, TypeVar, Callable
|
|||||||
|
|
||||||
import psutil
|
import psutil
|
||||||
from furl import furl
|
from furl import furl
|
||||||
from future.builtins import super
|
|
||||||
from pathlib2 import Path
|
from pathlib2 import Path
|
||||||
|
|
||||||
import six
|
import six
|
||||||
|
Loading…
Reference in New Issue
Block a user