neutron/neutron/services/logapi/common
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 [log]: db models and migration rules 2017-06-13 08:52:12 +07:00
db_api.py Fix some new pylint "R" warnings 2023-07-18 18:06:51 -04:00
exceptions.py Add missing ws seperator between words 2018-11-19 13:57:05 +08:00
sg_callback.py Delete log entries when SG or port is deleted 2021-10-05 16:27:13 +00:00
sg_validate.py use logapi constants from neutron-lib 2019-05-22 14:49:21 -06:00
snat_validate.py use logapi constants from neutron-lib 2019-05-22 14:49:21 -06:00
validators.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00