remove userless line
This commit is contained in:
parent
3eafad5841
commit
83754edda2
@ -10,7 +10,6 @@ from path import Path
|
|||||||
notes_path = Path("./")
|
notes_path = Path("./")
|
||||||
|
|
||||||
notStudent = ["Trimestre", "Nom", "Date", "Exercice", "Question", "Competence", "Domaine", "Commentaire", "Bareme", "Niveau"]
|
notStudent = ["Trimestre", "Nom", "Date", "Exercice", "Question", "Competence", "Domaine", "Commentaire", "Bareme", "Niveau"]
|
||||||
pure_marks = ["Malus", "Bonus", "Presentation"]
|
|
||||||
|
|
||||||
def list_classes(path = notes_path):
|
def list_classes(path = notes_path):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user