Merge "Suppress pylint warnings from dell_emc drivers"

This commit is contained in:
Zuul 2019-02-20 03:39:05 +00:00 committed by Gerrit Code Review
commit 1701821b89
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ from oslo_utils import importutils
storops = importutils.try_import('storops')
if storops:
# pylint: disable=import-error
from storops import exception as storops_ex
from storops.unity import enums

View File

@ -23,6 +23,7 @@ from oslo_utils import netutils
storops = importutils.try_import('storops')
if storops:
# pylint: disable=import-error
from storops import exception as storops_ex
from storops.unity import enums