nfv/nfv/nfv-plugins/nfv_plugins/nfvi_plugins/clients
Al Bailey d42b8694d1 Unsuppress pylint E1111 assignment-from-no-return
E1111 assignment-from-no-return had being suppressed in pylint.rc
and now is no longer being suppressed.
This allows future code changes to be validated against this check.

- the kubernetes client was suppressing the incorrect code as part of a
workaround to support 'None' names.
- A unit test was incorrectly assigning the result of a method call and
has been updated.

These changes have no runtime impact.

Test Plan:
  Pass: tox -e pylint

Story: 2010531
Task: 47344
Signed-off-by: Al Bailey <al.bailey@windriver.com>
Change-Id: I4c2a5ce60c0ceef4328af8ccedcd1e71b1d42330
2023-02-11 11:45:31 -05:00
..
__init__.py Initial HA kubernetes deployment 2018-08-28 09:43:15 -04:00
kubernetes_client.py Unsuppress pylint E1111 assignment-from-no-return 2023-02-11 11:45:31 -05:00