FudanSELab/ClassEval

Wrong skeleton in ClassEval_17

Closed this issue · 1 comments

class CalendarUtil:
    """
    This is a class as CalendarUtil that provides functionalities to manage calendar events, schedule appointments, and perform conflict checks.
    """

    def __init__(self):
        """
        Initialize the calendar with an empty list of events.
        self.events = []

quotes not closed

thanks!