Fix linting errors F522/F523 unused args
This commit is contained in:
@ -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,
|
||||
|
@ -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(),
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user