summaryrefslogtreecommitdiffstats
path: root/openstack/common/scheduler/base_handler.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-30 11:01:42 +0000
committerGerrit Code Review <review@openstack.org>2013-05-30 11:01:42 +0000
commit95da21822653c878973bd267eea36b9683040d6d (patch)
treedcc9dfe1efddb05b774776006146a615dd1fb1e5 /openstack/common/scheduler/base_handler.py
parente9c389942d0d697484d390479155103ed74aa02d (diff)
parent35660dac73f9f7428f9c441583464b5942ca6827 (diff)
downloadoslo-95da21822653c878973bd267eea36b9683040d6d.tar.gz
oslo-95da21822653c878973bd267eea36b9683040d6d.tar.xz
oslo-95da21822653c878973bd267eea36b9683040d6d.zip
Merge "Enable hacking H401 test"
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