Skip to content

Commit e1a48a5

Browse files
author
Raghu
committed
fixed typo
1 parent 6bf86dd commit e1a48a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class ImportScanForm(forms.Form):
246246
("Generic Findings Import", "Generic Findings Import"),
247247
("SKF Scan", "SKF Scan"),
248248
("Bandit Scan", "Bandit Scan"),
249-
("SSL Labs Scan", "SSL Labs Scan"),q
249+
("SSL Labs Scan", "SSL Labs Scan"),
250250
("GoAST Scanner", "GoAST Scanner"))
251251

252252
SORTED_SCAN_TYPE_CHOICES = sorted(SCAN_TYPE_CHOICES, key=lambda x: x[1])

0 commit comments

Comments
 (0)