Spaces:
Sleeping
Sleeping
Update utils/enrollment.py
Browse files- utils/enrollment.py +1 -1
utils/enrollment.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from typing import Optional
|
| 2 |
from utils.enums.grade import Grade
|
| 3 |
|
| 4 |
from .student import Student
|
|
|
|
| 1 |
+
from typing import Optional, Union
|
| 2 |
from utils.enums.grade import Grade
|
| 3 |
|
| 4 |
from .student import Student
|