Files
neutron/neutron
Brian Haley 126d54badc Fix some new pylint "E" warnings
After updating pylint, it started emitting additional "E"
warnings in some cases, fix them.

  unsubscriptable-object,
  unsupported-delete-operation

These were associated with the OVN AgentCache code. Instead
of using a subscript, create get/delete methods to do the
same thing.

  used-before-assignment

Re-factor some code so it's clear to pylint variables are
being assigned properly.

Trivialfix

Change-Id: I4a5ccb7f33465705e59b5274c41db3c371862b1e
2023-06-22 20:41:29 -04:00
..
2023-06-22 20:41:29 -04:00
2023-06-14 10:07:09 +01:00
2023-06-22 20:41:29 -04:00
2023-05-16 03:00:56 +00:00
2023-06-22 20:41:29 -04:00
2023-06-22 20:41:29 -04:00
2023-05-08 08:38:54 +08:00
2022-07-01 17:52:59 -04:00