From b207c92ee6c27cf92b29613d2c57d1accb0840a2 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 11 Jan 2021 19:58:46 +0530 Subject: [PATCH] mgr/volumes/module: Remove unused json module Signed-off-by: Varsha Rao --- src/pybind/mgr/volumes/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/volumes/module.py b/src/pybind/mgr/volumes/module.py index c8412697cf5a..262441b7f000 100644 --- a/src/pybind/mgr/volumes/module.py +++ b/src/pybind/mgr/volumes/module.py @@ -1,5 +1,4 @@ import errno -import json import logging import traceback import threading -- 2.47.3