Remove unused oslo.config import

Change-Id: I7cc52bfcda72faf9fbdf67553d21b35823505dd6
This commit is contained in:
Hans Lindgren 2014-11-13 15:54:49 +01:00
parent d9d04933a4
commit 1de5057e36
1 changed files with 0 additions and 4 deletions

View File

@ -17,12 +17,8 @@
Scheduler host weights
"""
from oslo.config import cfg
from nova import weights
CONF = cfg.CONF
class WeighedHost(weights.WeighedObject):
def to_dict(self):