Skip to content

Commit fba5c9c

Browse files
committed
fix: ahn classes
1 parent 04d8744 commit fba5c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ahn_cli/validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from click import ClickException
44
from ahn_cli import config
55

6-
AHN_CLASSES = [0, 1, 2, 6, 7, 4, 6]
6+
AHN_CLASSES = [0, 1, 2, 6, 9, 14, 26]
77

88

99
def validate_output(output: str) -> str:

0 commit comments

Comments
 (0)