From: Patrick Seidensal Date: Mon, 18 May 2020 13:31:29 +0000 (+0200) Subject: mgr/cephadm: remove unused imports X-Git-Tag: v15.2.4~69^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ed49c3a68780919cbdc3bccb79031e3fea1c0771;p=ceph.git mgr/cephadm: remove unused imports Signed-off-by: Patrick Seidensal (cherry picked from commit 7ca3b474eb2850dae26533ba82111951bffeacc2) --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index bfdc62bbe2e..6834c68a6a0 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