Fix linting errors F522/F523 unused args

This commit is contained in:
2021-11-06 03:21:04 -04:00
parent eee5c25d6f
commit 66bfad3109
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(
[