neutron/neutron/api
Brian Haley 929b383743 Fix some new pylint "R" warnings
After updating pylint, it started emitting additional "R"
warnings in some cases, fix some of them.

  use-a-generator,
  unnecessary-lambda-assignment,
  consider-using-max-builtin,
  consider-using-generator,
  consider-using-in,
  use-list-literal,
  consider-using-from-import

Trivialfix

Change-Id: Ife6565cefcc30b4e8a0df9121c9454cf744225df
2023-07-18 18:06:51 -04:00
..
rpc Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
v2 Fix some pylint indentation warnings 2022-11-02 10:11:46 -04:00
views Add a new configuration variable for api links. 2017-04-18 15:16:41 +00:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Fix some pylint indentation warnings 2022-11-02 10:11:46 -04:00
extensions.py Remove import of 'imp' module 2022-07-11 14:19:54 -04:00