[fix] precommit not happy

This commit is contained in:
theblackcat102 2025-02-20 17:00:18 +08:00
parent 407b212326
commit 44559aac95
2 changed files with 0 additions and 2 deletions

View file

@ -236,7 +236,6 @@ class CryptarithmDataset(ProceduralDataset):
alphabet, number = pair.split("=")
correct_mapping[alphabet] = int(number)
# case 1 : pairs are in a list format and the number of pairs matched up
if len(answer.split(",")) != len(correct_mapping):
return 0.1