openstacksdk/openstack/image
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
..
v1 Fix latest flake8 issues 2018-10-29 16:44:05 -05:00
v2 Fix latest flake8 issues 2018-10-29 16:44:05 -05:00
__init__.py Very basic image resource 2014-06-23 16:37:38 -06:00
image_service.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
image_signer.py Implement signature generation functionality 2018-07-18 13:18:40 +00:00
iterable_chunked_file.py Implement signature generation functionality 2018-07-18 13:18:40 +00:00