horizon/openstack_dashboard/dashboards/project/floating_ips
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
..
templates/floating_ips Fixes a series of bugs related to Floating IPs. 2019-12-17 13:30:25 +09:00
__init__.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
forms.py Fixes a series of bugs related to Floating IPs. 2019-12-17 13:30:25 +09: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
tests.py Use unittest.mock instead of third party mock 2020-03-26 19:45:37 +02:00
urls.py Move Floating IPs from Access & Security to panel 2017-02-01 18:57:44 +00:00
views.py Fixes a series of bugs related to Floating IPs. 2019-12-17 13:30:25 +09:00
workflows.py pylint: Address no-else-return warning 2020-09-27 12:44:16 +09:00