We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d8744 commit fba5c9cCopy full SHA for fba5c9c
ahn_cli/validator.py
@@ -3,7 +3,7 @@
3
from click import ClickException
4
from ahn_cli import config
5
6
-AHN_CLASSES = [0, 1, 2, 6, 7, 4, 6]
+AHN_CLASSES = [0, 1, 2, 6, 9, 14, 26]
7
8
9
def validate_output(output: str) -> str:
0 commit comments