Remove future (Python 2 is not supported for clearml-agent)

This commit is contained in:
allegroai 2022-10-23 12:56:48 +03:00
parent d216d70cdf
commit 2ef5d38b32
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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