Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jan 18, 2025
1 parent c87f687 commit 3891e1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions care/emr/api/viewsets/scheduling/availability.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ def convert_availability_and_exceptions_to_slots(availabilities, exceptions, day
time.fromisoformat(availability["availability"]["end_time"]),
tzinfo=None,
)
# start_time = parse(availability["availability"]["start_time"])
# end_time = parse(availability["availability"]["end_time"])
slot_size_in_minutes = availability["slot_size_in_minutes"]
availability_id = availability["availability_id"]
current_time = start_time
Expand Down

0 comments on commit 3891e1c

Please sign in to comment.