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