summaryrefslogtreecommitdiffstats
path: root/openstack/common/scheduler/base_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/scheduler/base_handler.py')
-rw-r--r--openstack/common/scheduler/base_handler.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/openstack/common/scheduler/base_handler.py b/openstack/common/scheduler/base_handler.py
index 147d90d..1808d2c 100644
--- a/openstack/common/scheduler/base_handler.py
+++ b/openstack/common/scheduler/base_handler.py
@@ -24,8 +24,7 @@ from stevedore import extension
class BaseHandler(object):
- """ Base class to handle loading filter and weight classes.
- """
+ """Base class to handle loading filter and weight classes."""
def __init__(self, modifier_class_type, modifier_namespace):
self.namespace = modifier_namespace
self.modifier_class_type = modifier_class_type