horizon/openstack_dashboard/dashboards/project/routers
Akihiro Motoki 74df97f57c pylint: Fix unnecessary-comprehension warning
'unnecessary-comprehension' warning is emitted when
unnecessary use of a comprehension is found.

classes attribute in Action can be a tuple,
so we need list() to ensure it is a list before adding 'disabled'.
I think it is time to introduce a method in Action class or somewhere
but it should be handled separately.

Change-Id: I16a98d56b6d0bd0af234b00735c6ed576620df7e
2020-09-27 12:44:16 +09:00
..
extensions Cleanup for Refactor-error-messages 2020-09-04 10:39:11 +00:00
ports pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00
templates/routers the name needs to be word wrap 2019-01-07 14:29:44 +08:00
__init__.py Support Quantum L3 function 2013-01-07 20:24:57 -08:00
forms.py Merge "Correct error messages on create and update router form" 2019-06-24 08:47:01 +00:00
panel.py Handle partial dict setting 2019-09-26 14:31:17 +09:00
tables.py pylint: Fix unnecessary-comprehension warning 2020-09-27 12:44:16 +09:00
tabs.py Fix alignment issues for nav-tabs and ul on details panels 2017-01-18 11:40:14 -08:00
tests.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
urls.py Remove router rules extension 2016-08-15 15:04:23 -07:00
views.py Cleanup for Refactor-error-messages 2020-09-04 10:39:11 +00:00