diff options
| author | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-05-30 08:18:47 +0400 |
|---|---|---|
| committer | Sergey Lukjanov <slukjanov@mirantis.com> | 2013-05-30 08:52:56 +0400 |
| commit | 35660dac73f9f7428f9c441583464b5942ca6827 (patch) | |
| tree | 86bad6b00f5fd4a764d99224c0511fc9deb52b8b /openstack/common/rpc | |
| parent | 7dd2492f6b23c6a5ab2489c53e0d07285deb50f9 (diff) | |
Enable hacking H401 test
H401 docstring should not start with a space
Change-Id: I761665ea9aff1f55de9f629ff8d108ba141eaf79
Diffstat (limited to 'openstack/common/rpc')
| -rw-r--r-- | openstack/common/rpc/amqp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/rpc/amqp.py b/openstack/common/rpc/amqp.py index 946501b..6ac254e 100644 --- a/openstack/common/rpc/amqp.py +++ b/openstack/common/rpc/amqp.py @@ -183,7 +183,7 @@ class ConnectionContext(rpc_common.Connection): class ReplyProxy(ConnectionContext): - """ Connection class for RPC replies / callbacks """ + """Connection class for RPC replies / callbacks.""" def __init__(self, conf, connection_pool): self._call_waiters = {} self._num_call_waiters = 0 |
