neutron/neutron/pecan_wsgi/hooks
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
..
__init__.py Pecan: process filters at end of hook pipeline 2017-08-31 13:56:19 -07:00
body_validation.py Log exception generated in Controller.prepare_request_body 2020-08-18 16:18:34 -03:00
context.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
notifier.py remove neutron.common.rpc 2019-02-06 11:05:55 -07:00
ownership_validation.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
policy_enforcement.py Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
query_parameters.py Implement filter validation 2018-07-19 04:13:43 +00:00
quota_enforcement.py Execute the quota reservation removal in an isolated DB txn 2021-09-30 13:53:23 +00:00
translation.py Fix pep8 E128 warnings in non-test code 2019-03-12 21:22:33 +00:00
userfilters.py Pecan: process filters at end of hook pipeline 2017-08-31 13:56:19 -07:00
utils.py Pecan: Handle member actions 2016-08-30 00:34:02 -05:00