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

Update utils/instructor.py

Browse files
Files changed (1) hide show
  1. utils/instructor.py +1 -1
utils/instructor.py CHANGED
@@ -38,4 +38,4 @@ class Instructor(Person, table=True):
38
  str: A description of the instructor including their name, ID number, and department.
39
  """
40
 
41
- return f"Instructor(name: {self.name}, id: {self.id}, department: {self.department.value})"
 
38
  str: A description of the instructor including their name, ID number, and department.
39
  """
40
 
41
+ return f"Instructor(name: {self.name}, id: {self.id}, department: {self.department})"