Merge "Infinidat: Get rid of pylint errors due to private lib"

This commit is contained in:
Zuul 2018-08-07 22:47:37 +00:00 committed by Gerrit Code Review
commit de6d11e896
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ try:
from infi.dtypes import wwn
import infinisdk
except ImportError:
capacity = None
from oslo_utils import units as capacity
infinisdk = None
iqn = None
wwn = None