diff --git a/manila/share/drivers/dell_emc/common/enas/utils.py b/manila/share/drivers/dell_emc/common/enas/utils.py
index a1faf6e193..7482f4ff9d 100644
--- a/manila/share/drivers/dell_emc/common/enas/utils.py
+++ b/manila/share/drivers/dell_emc/common/enas/utils.py
@@ -13,11 +13,11 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
+import fnmatch
 import types
 
 from oslo_config import cfg
 from oslo_log import log
-from oslo_utils import fnmatch
 from oslo_utils import netutils
 from oslo_utils import timeutils
 from oslo_utils import units
diff --git a/manila/share/drivers/dell_emc/plugins/unity/utils.py b/manila/share/drivers/dell_emc/plugins/unity/utils.py
index 564fa543d7..433918906d 100644
--- a/manila/share/drivers/dell_emc/plugins/unity/utils.py
+++ b/manila/share/drivers/dell_emc/plugins/unity/utils.py
@@ -14,8 +14,9 @@
 #    under the License.
 """ Utility module for EMC Unity Manila Driver """
 
+import fnmatch
+
 from oslo_log import log
-from oslo_utils import fnmatch
 from oslo_utils import units
 
 from manila import exception