From 2ec87d059e70107c93eb7495a97609c4ee8e7acd Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 12 Mar 2020 13:03:56 +0100 Subject: [PATCH] mgr/orch: Cleanup python imports of the interface Signed-off-by: Sebastian Wagner --- src/pybind/mgr/orchestrator/_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/orchestrator/_interface.py b/src/pybind/mgr/orchestrator/_interface.py index 95c1da85348b..50b2cacb2b17 100644 --- a/src/pybind/mgr/orchestrator/_interface.py +++ b/src/pybind/mgr/orchestrator/_interface.py @@ -8,7 +8,7 @@ import logging import pickle import time from collections import namedtuple -from functools import wraps, partialmethod +from functools import wraps import uuid import datetime import copy -- 2.47.3