From 2ef5d38b328b30961c597f8fa2815f5a59d58b59 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 23 Oct 2022 12:56:48 +0300 Subject: [PATCH] Remove future (Python 2 is not supported for clearml-agent) --- clearml_agent/commands/events.py | 2 -- clearml_agent/helper/process.py | 1 - 2 files changed, 3 deletions(-) diff --git a/clearml_agent/commands/events.py b/clearml_agent/commands/events.py index e10c6e5..b51dfaf 100644 --- a/clearml_agent/commands/events.py +++ b/clearml_agent/commands/events.py @@ -3,8 +3,6 @@ from __future__ import print_function import json import time -from future.builtins import super - from clearml_agent.commands.base import ServiceCommandSection from clearml_agent.helper.base import return_list diff --git a/clearml_agent/helper/process.py b/clearml_agent/helper/process.py index fc86785..0029bb1 100644 --- a/clearml_agent/helper/process.py +++ b/clearml_agent/helper/process.py @@ -16,7 +16,6 @@ from typing import Union, Text, Sequence, Any, TypeVar, Callable import psutil from furl import furl -from future.builtins import super from pathlib2 import Path import six