gabcares commited on
Commit
02bb7cd
·
verified ·
1 Parent(s): c484f0c

Update utils/enrollment.py

Browse files
Files changed (1) hide show
  1. utils/enrollment.py +1 -1
utils/enrollment.py CHANGED
@@ -48,4 +48,4 @@ class Enrollment(SQLModel, table=True):
48
  Returns:
49
  str: A description of the enrollment including the student id_number, course_id, and grade.
50
  """
51
- return f"Enrollment(student id: {self.student_id}, course: {self.course_id}, grade: {self.grade.value})"
 
48
  Returns:
49
  str: A description of the enrollment including the student id_number, course_id, and grade.
50
  """
51
+ return f"Enrollment(student id: {self.student_id}, course: {self.course_id}, grade: {self.grade})"