summaryrefslogtreecommitdiffstats
path: root/openstack/common/notifier/no_op_notifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/notifier/no_op_notifier.py')
-rw-r--r--openstack/common/notifier/no_op_notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/notifier/no_op_notifier.py b/openstack/common/notifier/no_op_notifier.py
index bc7a56c..13d946e 100644
--- a/openstack/common/notifier/no_op_notifier.py
+++ b/openstack/common/notifier/no_op_notifier.py
@@ -15,5 +15,5 @@
def notify(_context, message):
- """Notifies the recipient of the desired event given the model"""
+ """Notifies the recipient of the desired event given the model."""
pass