horizon/openstack_dashboard/dashboards
Akihiro Motoki 8458e2580a 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

Conflicts:
        openstack_dashboard/dashboards/admin/aggregates/tests.py
        openstack_dashboard/dashboards/admin/instances/tests.py
        openstack_dashboard/dashboards/admin/routers/tests.py
        openstack_dashboard/dashboards/project/images/tests.py
        openstack_dashboard/dashboards/project/networks/tests.py
        openstack_dashboard/dashboards/project/routers/tests.py
        openstack_dashboard/test/test_data/neutron_data.py
        tox.ini

The conflicts are due to mox-removal efforts.

Change-Id: I3478b0684175d2604bbcc1d89cbfca298b97f1e1
(cherry picked from commit f545272f12)
2018-04-12 02:40:54 +09:00
..
admin Fix pep8 errors 2018-04-12 02:40:54 +09:00
identity Fix pep8 errors 2018-04-12 02:40:54 +09:00
project Fix pep8 errors 2018-04-12 02:40:54 +09:00
settings Revert "Generate language list automatically" 2017-08-13 14:41:24 +00:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00