From: Sebastian Wagner Date: Thu, 12 Mar 2020 12:03:56 +0000 (+0100) Subject: mgr/orch: Cleanup python imports of the interface X-Git-Tag: v15.1.1~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2ec87d059e70107c93eb7495a97609c4ee8e7acd;p=ceph.git mgr/orch: Cleanup python imports of the interface Signed-off-by: Sebastian Wagner --- 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