Feat: remove get_student_scores
This commit is contained in:
parent
3005d49a1d
commit
a292fe23e0
@ -209,10 +209,3 @@ class CSVLoader(Loader):
|
||||
students.append(students_df)
|
||||
|
||||
return pd.concat(students)
|
||||
|
||||
def get_student_scores(self, student):
|
||||
"""Get scores of the student
|
||||
|
||||
:param student:
|
||||
"""
|
||||
return ""
|
||||
|
Loading…
Reference in New Issue
Block a user