@ -9,7 +9,7 @@ import csv
class IStudentDAL(ABC):
@abstractmethod
def get_by_id(self, id: str) -> Optional[[Student]]:
def get_by_id(self, id: str) -> Optional[Student]:
pass