Skip to content

Commit 8d6c3c0

Browse files
committed
Remove TODO
1 parent 58865cb commit 8d6c3c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/apps/owasp/management/commands/owasp_update_project_health_metrics.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def handle(self, *args, **options):
4141
metrics = ProjectHealthMetrics.objects.get_or_create(project=project)[0]
4242

4343
# Update metrics based on requirements
44-
# TODO(ahmedxgouda): add score
4544
for metric_field, project_field in field_mappings.items():
4645
value = getattr(project, project_field)
4746
setattr(metrics, metric_field, value)

0 commit comments

Comments
 (0)