Files
horizon/openstack_dashboard
Akihiro Motoki f545272f12 Fix pep8 errors
Recent pep8 upgrade and corresponding pycodestyle update break
horizon pep8 job due to the new rules.

This commit fixes the following new errors:
- E226 missing whitespace around arithmetic operator
- E241 multiple spaces after ','
- E731 do not assign a lambda expression, use a def

The following errors are added to the ignore list
as there are many errors:
- E402 module level import not at top of file
- W503 line break before binary operator

Change-Id: I3478b0684175d2604bbcc1d89cbfca298b97f1e1
2018-04-11 00:34:21 +09:00
..
2018-02-05 05:57:02 +09:00
2018-04-11 00:34:21 +09:00
2018-03-10 17:29:41 +08:00
2018-03-26 13:12:06 +00:00
2018-04-01 07:07:03 +00:00
2018-04-11 00:34:21 +09:00
2017-12-27 21:32:48 +00:00
2018-03-20 11:37:29 +09:00
2017-11-17 07:16:55 +00:00
2018-03-23 18:37:02 +09:00
2018-03-23 18:37:02 +09:00
2018-03-17 18:36:01 +09:00