This commit is contained in:
SowinskiBraeden committed 2022-07-01 17:38:22 -07:00
1 parent b99d8e50f0
commit 361761a400
2 files changed
+3 -6

No files matched your search

+1 -3
View File
@@ -1,9 +1,7 @@
#! python
import json
f = open('./output/students.json')
students = json.load(f)
f.close()
with open('./output/students.json') as f: students = json.load(f)
couldnt_resolve = 0
missing_classes = 0