Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update auditqa/reports.py
Browse files- auditqa/reports.py +2 -2
auditqa/reports.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
POSSIBLE_REPORTS = [
|
2 |
-
"
|
3 |
-
"
|
4 |
]
|
|
|
1 |
POSSIBLE_REPORTS = [
|
2 |
+
"ABC",
|
3 |
+
"XYZ"
|
4 |
]
|