remove import defaultdict

This commit is contained in:
blessyyyu 2022-03-24 14:30:27 +08:00
parent bb1fc50d5a
commit f45f5a1e9c

View File

@ -15,7 +15,6 @@
import argparse
import json
from collections import defaultdict
def load_label_and_score(keyword, label_file, score_file):