From ff5bff89d42c8f4bf486625167c4f215eea18453 Mon Sep 17 00:00:00 2001 From: siyingchun Date: Sat, 8 Sep 2012 19:37:03 +0800 Subject: [PATCH] Modified code Pyflakes warning. File config.py: W402 'os' imported but unused Change-Id: Ie6e728183638312ccfa09e62626e05a49289009b --- quantum/agent/common/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/quantum/agent/common/config.py b/quantum/agent/common/config.py index cff3f9ece..da6bbd02b 100644 --- a/quantum/agent/common/config.py +++ b/quantum/agent/common/config.py @@ -15,7 +15,6 @@ # License for the specific language governing permissions and limitations # under the License. -import os from quantum.common import config from quantum.openstack.common import cfg -- 2.45.2