Spaces:
Build error
Build error
Update utils/instructor.py
Browse files- 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
|
|
|
|
| 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})"
|