From 7ca3b474eb2850dae26533ba82111951bffeacc2 Mon Sep 17 00:00:00 2001 From: Patrick Seidensal Date: Mon, 18 May 2020 15:31:29 +0200 Subject: [PATCH] mgr/cephadm: remove unused imports Signed-off-by: Patrick Seidensal --- src/pybind/mgr/cephadm/module.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 9cb3e6e9539a0..2012f80000b50 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 -- 2.39.5