openstacksdk/openstack/message
Monty Taylor d42811c405
Fix latest flake8 issues
The latest flake8 checks strings for escape chars, and also has a new
and better rule about line breaks before binary operators - which is
what knuth says should happen.

The escape char check was catching some asterisks in docstrings that
weren't actually providing much, since we already list type as "kwargs".
Just remove them.

Install latest flake8 so we can gate on this.

Change-Id: I89088adcc6f4ff5a894df5e677ae9b28a58edd9a
2018-10-29 16:44:05 -05:00
..
v2 Fix latest flake8 issues 2018-10-29 16:44:05 -05:00
__init__.py Rename messaging module to message 2015-05-28 16:32:19 -05:00
message_service.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
version.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00