From: Patrick Seidensal Date: Mon, 18 May 2020 13:31:29 +0000 (+0200) Subject: mgr/cephadm: remove unused imports X-Git-Tag: v16.1.0~2218^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F35106%2Fhead;p=ceph.git mgr/cephadm: remove unused imports Signed-off-by: Patrick Seidensal --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 9cb3e6e9539a..2012f80000b5 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -1,13 +1,12 @@ import json import errno import logging -import time from threading import Event from functools import wraps import string -from typing import List, Dict, Optional, Callable, Tuple, TypeVar, Type, \ - Any, NamedTuple, Iterator, Set, Sequence, TYPE_CHECKING, cast, Union +from typing import List, Dict, Optional, Callable, Tuple, TypeVar, \ + Any, Set, TYPE_CHECKING, cast import datetime import six