Skip to content

Commit

Permalink
Hot-fix is a hot mess, this one is shameful, move fast and break things
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jan 22, 2025
1 parent 2cebf9f commit abf0c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/models/office_hours/office_hours.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from datetime import datetime
from zoneinfo import ZoneInfo
from enum import Enum
from pydantic import BaseModel, field_validator, ValidationInfo
from .event_type import OfficeHoursEventModeType, OfficeHoursEventType
Expand Down

0 comments on commit abf0c2f

Please sign in to comment.