Feat: remove get_student_scores

This commit is contained in:
Bertrand Benjamin 2021-04-07 20:50:55 +02:00
parent 3005d49a1d
commit a292fe23e0

View File

@ -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 ""