From 551356f972b47851e591b90fd87f72a7506ad852 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Mon, 18 Nov 2019 19:33:39 +0100 Subject: [PATCH] lock/keys: remove useless module Signed-off-by: Kyr Shatskyy --- teuthology/lock/__init__.py | 1 - teuthology/lock/keys.py | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 teuthology/lock/keys.py diff --git a/teuthology/lock/__init__.py b/teuthology/lock/__init__.py index 5a3fae1c9c..e69de29bb2 100644 --- a/teuthology/lock/__init__.py +++ b/teuthology/lock/__init__.py @@ -1 +0,0 @@ -from teuthology.lock import cli, keys, ops, query, util # noqa \ No newline at end of file diff --git a/teuthology/lock/keys.py b/teuthology/lock/keys.py deleted file mode 100644 index a03bb5d12b..0000000000 --- a/teuthology/lock/keys.py +++ /dev/null @@ -1,7 +0,0 @@ -import logging - -from teuthology import misc - -log = logging.getLogger(__name__) - - -- 2.39.5