neutron/neutron/api/rpc/callbacks
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
..
consumer Fix all pep8 E265 errors 2018-04-30 16:35:52 -04:00
producer Fix all pep8 E129 errors 2018-05-03 13:44:04 +09:00
__init__.py Generic rpc callback mechanism which could be reused 2015-07-02 15:51:30 +03:00
events.py neutron.api.rpc.callbacks interface rework 2015-08-08 10:24:20 +02:00
exceptions.py Refactor the rpc callback version discovery mechanism 2016-06-09 07:33:03 +00:00
resource_manager.py Remove usage of six.add_metaclass 2020-05-21 14:41:18 -04:00
resources.py [Agent Side] L3 router support ndp proxy 2022-02-25 12:42:13 +08:00
version_manager.py Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00