]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
python-common/deployment: rename a single letter variable
authorJohn Mulligan <jmulligan@redhat.com>
Fri, 1 Nov 2024 17:45:25 +0000 (13:45 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Mon, 4 Nov 2024 20:38:43 +0000 (15:38 -0500)
commit9bb9819db2d1c520ef1a03bb1f017ff4e4ca0dd0
treed52a523398710ea57357d260096eb7179959ff64
parent851d740d62e2e04dace22cdac784a590bae9957c
python-common/deployment: rename a single letter variable

Rename a single letter variable name that was flagged by flake8. The
unique name `lbl` was chosen as it was short and didn't conflict with
any existing uses of the variable `label` in this file.

Part of an effort to get ceph tox environments passing on Python 3.12.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/python-common/ceph/deployment/service_spec.py