From 2933c33b80f57520fdfe2223e36285a6eacd7ee0 Mon Sep 17 00:00:00 2001 From: bhagyashris Date: Thu, 8 Sep 2016 12:51:32 +0530 Subject: [PATCH] Remove unreachable return statement TrivialFix Change-Id: Ib9889b4a505e21665efc371631c47c2dd4c22573 --- cinder/volume/drivers/coprhd/helpers/urihelper.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cinder/volume/drivers/coprhd/helpers/urihelper.py b/cinder/volume/drivers/coprhd/helpers/urihelper.py index 79a91c3c913..f9b98350934 100644 --- a/cinder/volume/drivers/coprhd/helpers/urihelper.py +++ b/cinder/volume/drivers/coprhd/helpers/urihelper.py @@ -75,8 +75,6 @@ class URIHelper(object): operationType) ) - return None - """Defining the singleton instance. Use this instance any time the access is required for this module/class