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

@@ -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,