Fix linting errors F522/F523 unused args

This commit is contained in:
2021-11-06 03:21:04 -04:00
parent fbfbd70461
commit 66230ce971
6 changed files with 10 additions and 16 deletions

View File

@ -1004,8 +1004,9 @@ class VMInstance(object):
):
logger.out(
"RBD lock does not belong to this host (lock owner: {}): freeing this lock would be unsafe, aborting".format(
lock["address"].split(":")[0], state="e"
)
lock["address"].split(":")[0]
),
state="e"
)
zkhandler.write(
[