summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py')
-rw-r--r--openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py b/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py
index 00dbda82..31d92c33 100644
--- a/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py
+++ b/openstack_dashboard/dashboards/infrastructure/resource_management/resource_classes/forms.py
@@ -29,7 +29,7 @@ class DeleteForm(forms.SelfHandlingForm):
exceptions.handle(request, _("Unable to delete Resource Class."))
-# TODO this command will be reused in table, so code is not duplicated
+# TODO(this command will be reused in table, so code is not duplicated)
class DeleteCommand(object):
def __init__(self, request, resource_class):
self.resource_class = resource_class