From a292fe23e0c3c41b58271ca7c5643ed6bf2ded45 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 7 Apr 2021 20:50:55 +0200 Subject: [PATCH] Feat: remove get_student_scores --- recopytex/store/filesystem/loader.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recopytex/store/filesystem/loader.py b/recopytex/store/filesystem/loader.py index 312ac93..314ded7 100644 --- a/recopytex/store/filesystem/loader.py +++ b/recopytex/store/filesystem/loader.py @@ -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 ""