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

@ -980,8 +980,6 @@ def format_list_template_system(template_data):
{template_migration_method: <{template_migration_method_length}}{end_bold}".format(
bold=ansiprint.bold(),
end_bold=ansiprint.end(),
template_state_colour="",
end_colour="",
template_name_length=template_name_length,
template_id_length=template_id_length,
template_vcpu_length=template_vcpu_length,

View File

@ -320,7 +320,6 @@ def format_vm_tags(config, name, tags):
"{bold}{tags_name: <{tags_name_length}} \
{tags_type: <{tags_type_length}} \
{tags_protected: <{tags_protected_length}}{end_bold}".format(
name_length=name_length,
tags_name_length=tags_name_length,
tags_type_length=tags_type_length,
tags_protected_length=tags_protected_length,
@ -337,7 +336,6 @@ def format_vm_tags(config, name, tags):
"{bold}{tags_name: <{tags_name_length}} \
{tags_type: <{tags_type_length}} \
{tags_protected: <{tags_protected_length}}{end_bold}".format(
name_length=name_length,
tags_type_length=tags_type_length,
tags_name_length=tags_name_length,
tags_protected_length=tags_protected_length,
@ -1723,7 +1721,6 @@ def format_info(config, domain_information, long_output):
ainformation.append(
"{purple}Tags:{end} N/A".format(
purple=ansiprint.purple(),
bold=ansiprint.bold(),
end=ansiprint.end(),
)
)