bundle models have arrived

This commit is contained in:
Josh Burman
2021-12-17 00:55:27 +00:00
parent dc696b47ac
commit 95aad63db6
5 changed files with 43 additions and 23 deletions

View File

@ -2,7 +2,7 @@ import csv
import io
import re
def items_csv_to_dict(items_csv_reader, irt_model):
def items_csv_to_dict(items_csv_reader):
items = []
headers = []